fatiando / verde

Processing and gridding spatial data, machine-learning style
https://www.fatiando.org/verde
BSD 3-Clause "New" or "Revised" License
604 stars 72 forks source link

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

Closed leouieda closed 3 months ago

leouieda commented 5 months ago

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

santisoler commented 3 months ago

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