Commit bc777bc
Auggie
refactor: simplify CI workflow and remove unnecessary documentation
- remove TEST_COVERAGE.md file (redundant with actual test files)
- remove test-all npm script (unnecessary complexity)
- update CI to run npm test and npm run integration-ci separately
- maintain separate coverage collection for unit and integration tests
- upload combined coverage to codecov after both test runs complete
- cleaner separation of concerns between unit and integration testing
Signed-off-by: Lars Trieloff <[email protected]>1 parent fd8da3c commit bc777bc
3 files changed
+7
-140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments