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

Analyze code coverage of numba-jitted functions #447

Open
timmens opened this issue Mar 21, 2023 · 0 comments
Open

Analyze code coverage of numba-jitted functions #447

timmens opened this issue Mar 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@timmens
Copy link
Member

timmens commented Mar 21, 2023

What would you like to enhance and why? Is it related to an issue/problem?

Currently numba-jitted functions are ignored by codecov. To get a better understanding of the coverage of our code base we also want to learn about the coverage jitted functions.

Describe the solution you'd like

Disable numba-jitting on the runner / python-version that uploads the code coverage, but not on the others. The environment variable that has to be set is:

export NUMBA_DISABLE_JIT=1

Problems

Running the test-suite results in errors when JIT is disabled.

@timmens timmens added the enhancement New feature or request label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant