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: split coverage upload to a different job #914

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Conversation

Oppen
Copy link
Contributor

@Oppen Oppen commented Sep 16, 2024

Split coverage upload to a separate job.

Motivation:

  • External contributors suffer from Codecov's rate limit, meaning we need
    to retry upload several times.
  • Waiting for the whole test suite to run again each retry is impractical.

This split allows us to only trigger the upload and get instant
feedback.

Motivation:
- External contributors suffer from Codecov's rate limit, meaning we need
  to retry upload several times.
- Waiting for the whole test suite to run again each retry is impractical.

This split allows us to only trigger the upload and get instant
feedback.
@Oppen Oppen requested a review from a team as a code owner September 16, 2024 18:20
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.11%. Comparing base (aeaa979) to head (9dfd5c3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #914      +/-   ##
==========================================
- Coverage   73.13%   73.11%   -0.03%     
==========================================
  Files         153      153              
  Lines       35049    35049              
==========================================
- Hits        25634    25625       -9     
- Misses       9415     9424       +9     

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

@diegokingston diegokingston added this pull request to the merge queue Sep 16, 2024
Merged via the queue into main with commit eb14150 Sep 16, 2024
8 checks passed
@diegokingston diegokingston deleted the ci/split_codecov branch September 16, 2024 19:02
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.

4 participants