Commit 6a5d4bc
committed
ci: Fix coverage reporting and update CI badge
This commit resolves issues with the CI workflow related to code coverage reporting.
- Explicitly specifies the coverage configuration file (`--rcfile=.coveragerc`) to ensure correct settings are applied during tests.
- Adds a step to copy the `coverage.xml` report from the Docker container to the host, making it available for the Codecov action.
- Updates the CI status badge in the README to point to the correct workflow file.1 parent 5935a46 commit 6a5d4bc
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments