psydac icon indicating copy to clipboard operation
psydac copied to clipboard

Codecov report

Open kvrigor opened this issue 1 year ago • 1 comments

PR for testing features of Codecov.

kvrigor avatar Apr 24 '24 06:04 kvrigor

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%

psydac_test_coverage.txt

kvrigor avatar Apr 24 '24 10:04 kvrigor

Closing this PR as API tokens aren't accessible from forked repos.

kvrigor avatar Oct 02 '24 16:10 kvrigor