mwalter / Sprinter

Calculate the availability of your agile team.
MIT License
0 stars 0 forks source link

Enable code coverage #5

Open mwalter opened 4 years ago

mwalter commented 4 years ago

When unit tests are run the code coverage should be checked as well. Would be nice if the results can be seen in a report or even as a badge in the README.md.

https://codecov.io/ https://stackoverflow.com/questions/59203704/how-create-a-badge-with-test-coverage-jacoco-on-github-actions

mwalter commented 4 years ago

When building the coverage gets printed out already.