Skip to content

ci: Fix coverage reporting and update bages #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 27, 2025
Merged

Conversation

RandomProgramm3r
Copy link
Owner

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.
  • Update Codecov badge URL.

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.
This commit updates the CI workflow to use the correct path when copying the coverage report from the Docker container. The previous path was incorrect, causing the Codecov upload step to fail.
This commit corrects the Codecov badge URL in the README to point to the `main` branch, ensuring it accurately reflects the coverage status of the primary branch. The badge has also been moved to maintain a consistent order with other badges.
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@RandomProgramm3r RandomProgramm3r merged commit 78dedb7 into main Jul 27, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants