Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov report #405

Closed
wants to merge 6 commits into from
Closed

Codecov report #405

wants to merge 6 commits into from

Conversation

kvrigor
Copy link
Member

@kvrigor kvrigor commented Apr 24, 2024

PR for testing features of Codecov.

@kvrigor kvrigor marked this pull request as draft April 24, 2024 06:46
@kvrigor
Copy link
Member Author

kvrigor commented Apr 24, 2024

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
Copy link
Member Author

kvrigor commented Oct 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant