Commit 9863e10
authored
Add code coverage (#97)
* Enhance Jest configuration and CI workflow for improved coverage reporting
- Added coverage collection settings in jest.config.mjs to include TypeScript files while excluding specific patterns.
- Updated GitHub Actions workflow to run tests with coverage and added a step to upload coverage reports to Codecov.
- Included badges in README.md for build status and Codecov coverage tracking.
* Update collectCoverageFrom
* Remove continue-on-error
* Update CI workflow to run on push to main and allow manual dispatch1 parent 9f51679 commit 9863e10
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
0 commit comments