You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ci): Simplify and correct coverage command
This commit refactors the test and coverage generation step in the CI workflow.
- The `cd` command is removed, and paths are handled directly in the `coverage` command for better clarity.
- The `--source` option is added to ensure coverage is measured for the intended `business`, `core`, and `user` apps.
0 commit comments