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

Disable numba in pytest sessions #3

Merged
merged 10 commits into from
Mar 13, 2024
Merged

Disable numba in pytest sessions #3

merged 10 commits into from
Mar 13, 2024

Conversation

segsell
Copy link
Member

@segsell segsell commented Mar 13, 2024

Disable numba during pytest sessions to obtain proper code coverage.

Note: Numba-jitted functions are, by default, ignored by codecov.

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (dc1e45e) to head (7d8280a).

Additional details and impacted files
@@             Coverage Diff             @@
##             main        #3      +/-   ##
===========================================
+ Coverage   91.55%   100.00%   +8.44%     
===========================================
  Files           5         4       -1     
  Lines         438       422      -16     
===========================================
+ Hits          401       422      +21     
+ Misses         37         0      -37     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@segsell segsell merged commit 5a9337a into main Mar 13, 2024
4 checks passed
@segsell segsell deleted the numba branch March 13, 2024 12:29
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