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

Create a dedicated job for coverage submission to codecov #262

Merged
merged 8 commits into from
Apr 22, 2024

Conversation

Algiane
Copy link
Member

@Algiane Algiane commented Apr 22, 2024

This PR allows to have two jobs that can be triggered independently in case of failure:

  • the Mmg configuration, build and tests;
  • the coverage submission.

As the coverage submission randomly fails with no reason, it allows to retry the submission from the github interface without running the entire Mmg tests.

@Algiane Algiane added kind: enhancement enhancement to an existing feature part: github action related to github actions labels Apr 22, 2024
Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.48%. Comparing base (3cf02ac) to head (ea83b7c).
Report is 13 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #262      +/-   ##
===========================================
+ Coverage    43.96%   50.48%   +6.52%     
===========================================
  Files          179      174       -5     
  Lines        54094    47106    -6988     
  Branches     10249    10254       +5     
===========================================
- Hits         23784    23783       -1     
+ Misses       22593    15605    -6988     
- Partials      7717     7718       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Algiane Algiane merged commit a04cc90 into develop Apr 22, 2024
48 of 49 checks passed
@Algiane Algiane deleted the feature/code-coverage branch May 3, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement enhancement to an existing feature part: github action related to github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant