You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments