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

ci: upload code coverage in a separate step #125

Merged
merged 2 commits into from
May 11, 2024
Merged

Conversation

odrling
Copy link
Contributor

@odrling odrling commented Mar 25, 2024

Wait for all tests to complete before uploading code coverage. Previously the unit tests would upload their results in advance and the codecov bot would report coverage issues in new PRs.

As it is, the workflow will not upload code coverage reports if any of the unit or integration tests fail. Which I think is fine.

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.03%. Comparing base (3524b20) to head (d45e4d9).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #125   +/-   ##
========================================
  Coverage    99.03%   99.03%           
========================================
  Files           16       16           
  Lines         1353     1353           
========================================
  Hits          1340     1340           
  Misses          13       13           

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

@odrling odrling force-pushed the codecov-upload-step branch 2 times, most recently from 34065f8 to d6e2840 Compare March 25, 2024 21:06
@odrling odrling changed the title upload code coverage in a separate step ci: upload code coverage in a separate step Mar 25, 2024
Wait for all tests to complete before uploading code coverage.
Previously the unit tests would upload their results in advance and the
codecov bot would report coverage issues in new PRs.

As it is, the workflow will not upload code coverage reports if any of
the unit or integration tests fail. Which I think is fine.
@odrling odrling force-pushed the codecov-upload-step branch from d6e2840 to 999b416 Compare March 25, 2024 21:15
removes the last deprecation warning remaining in the jobs
@Neraste Neraste merged commit e209fe1 into develop May 11, 2024
16 checks passed
@Neraste Neraste deleted the codecov-upload-step branch May 11, 2024 16:07
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