Closed thwllms closed 6 months ago
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.
:information_source: You can also turn on project coverage checks and project coverage reporting on Pull Request comment
Thanks for integrating Codecov - We've got you covered :open_umbrella:
Closes #36
pytest-cov
as an optional dependencyReviewing
pip install ".[dev]"
pytest --cov rashdf
pytest --cov rashdf --cov-report html
(open the HTML files in thehtmlcov
directory to view test coverage reports)