tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
159 stars 38 forks source link

Remove coverage. Ensure pytest returns failure code on fail. #173

Closed tompollard closed 1 month ago

tompollard commented 1 month ago

Currently the GitHub "python-package.yml" workflow is getting piped into a coverage report. As a result, if tests fail pytest is not returning an error code. This pull request ensures that failed tests are clearly reported in GitHub (and removes coverage in the process).