We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://github.com/nedbat/coveragepy/issues/883#issuecomment-650562896`
1 parent 55cd458 commit ae45bcfCopy full SHA for ae45bcf
.github/workflows/python-package.yml
@@ -44,6 +44,8 @@ jobs:
44
python -m pip freeze
45
- name: Tests
46
shell: "bash -l {0}"
47
+ env:
48
+ COVERAGE_FILE: .coverage.${{matrix.python-version}}.${{matrix.numpy_version}}
49
run: |
50
conda activate zarr-env
51
pytest --cov=zarr --cov-config=.coveragerc --doctest-plus --cov-report xml --cov=./
0 commit comments