Skip to content
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

Add Codecov support for better code coverage tracking #315

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

dodu94
Copy link
Member

@dodu94 dodu94 commented Aug 8, 2024

Description

Code coverage is very important for a software like JADE that is used as V&V tool itself. This PR connects JADE to Codecov in order to get coverage results in CI for easier monitoring with respect to current method which computes the coverage reports and hosts them on the GitHub actions as artifacts.

Fixes #314

Type of change

Please select what type of change this is.

  • Bug fix (non-breaking change which fixes an issue)
  • New benchmark
    • Non-breaking change which entirely uses exisiting classes, structure etc
    • Breaking change which has implemented new/modified classes etc
  • New feature
    • Non-breaking change which adds functionality
    • Breaking change fix or feature that would cause existing functionality to not work as expected

Testing

N.A.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • General testing
    • New and existing unit tests pass locally with my changes
    • Coverage is >80%

Copy link

codecov bot commented Aug 8, 2024

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 ☂️

@dodu94 dodu94 requested a review from sbradnam September 13, 2024 15:37
@alexvalentine94 alexvalentine94 merged commit 5590cee into developing Sep 23, 2024
9 checks passed
@alexvalentine94 alexvalentine94 deleted the add-codecov-support branch September 23, 2024 08:19
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.

[Feature request] - move from coverage reports archived in CI to CodeCov support
2 participants