diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d615760451..46568dbca5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -52,7 +52,7 @@ jobs: - name: Run tests with coverage run: | - pytest -q -ra --disable-warnings --cov --cov-report term-missing --pyargs numba_dpex -vv + pytest -q -ra --disable-warnings --cov-config pyproject.toml --cov --cov-report term-missing --pyargs numba_dpex -vv - name: Install coveralls shell: bash -l {0}