psydac
psydac copied to clipboard
Codecov report
Unfortunately Codecov doesn't trigger; to make it work a 14-day team trial is necessary. For now so I used another tool called Coverage.py to run the coverage tests locally:
# Install coverage
pip install coverage
# Run tests under coverage
coverage run -m pytest --pyargs psydac -m "not parallel and not petsc"
# Display coverage results in terminal
coverage report -m
Current test coverage is at 53%. I'll run more tests to verify this number.
Statements: 199185
Missing: 94368
Coverage: 53%
Closing this PR as API tokens aren't accessible from forked repos.