mmbell / samurai

Spline Analysis at Mesoscale Utilizing Radar and Aircraft Instrumentation
GNU General Public License v3.0
13 stars 16 forks source link

Add CodeCoverage test to the CI workflow #66

Closed sjsprecious closed 1 month ago

sjsprecious commented 1 month ago

This PR adds the CodeCoverage application (https://github.com/marketplace/actions/codecov) to the GitHub Actions, where it will report how many percentages of source code are covered by a CI test once it finishes successfully.

The CodeCoverage test is independent of any existing CI tests, and they run in parallel. I reduce the iteration counts because the CodeCoverage test has to be run in DEBUG mode and running a case to convergence with DEBUG mode takes too long and does not affect the statistics.

fix #53

codecov[bot] commented 1 month ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

mmbell commented 1 month ago

This all looks good to me. Thank you.