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

Move push to codecov to its own job in Actions #455

Merged
merged 2 commits into from
Aug 27, 2024
Merged

Move push to codecov to its own job in Actions #455

merged 2 commits into from
Aug 27, 2024

Conversation

leouieda
Copy link
Member

Remove the push to codecov step from the test job into a new job that depends on the test job. Upload the coverage reports as artifacts after testing, and reuse the artifacts in the new job. Upload all coverage reports in a single push to Codecov to minimize the number of hits.

Relevant issues/PRs:

Related to fatiando/community#151

leouieda and others added 2 commits June 17, 2024 11:47
Remove the push to codecov step from the `test` job into a new job that
depends on the test job. Upload the coverage reports as artifacts after
testing, and reuse the artifacts in the new job. Upload all coverage
reports in a single push to Codecov to minimize the number of hits.
@santisoler
Copy link
Member

I'm merging this. Test failures will be solved in #461

@santisoler santisoler merged commit 5b45a59 into main Aug 27, 2024
11 of 17 checks passed
@santisoler santisoler deleted the codecov branch August 27, 2024 18:26
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