Commit d30d085
committed
feat: add automated unit test pipeline with code coverage
- Add GitHub Actions workflow for running 253 unit tests on every push/PR
- Integrate Coverlet for code coverage collection and reporting
- Generate professional markdown test reports via ReportGenerator
- Save test reports to docs/unit-test-report.md with auto-commit
- Update MessagePack to 3.1.0 for security patches
- Add test status badge to README
- Tests: All 253 tests passing with coverage metrics1 parent 10beee4 commit d30d085
File tree
2 files changed
+5
-1
lines changed- .github/workflows
- tests/SharpGraph.Tests
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments