Commit c825520
committed
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.1 parent ef39a65 commit c825520
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments