Skip to content

Commit ae45bcf

Browse files
committed
1 parent 55cd458 commit ae45bcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
python -m pip freeze
4545
- name: Tests
4646
shell: "bash -l {0}"
47+
env:
48+
COVERAGE_FILE: .coverage.${{matrix.python-version}}.${{matrix.numpy_version}}
4749
run: |
4850
conda activate zarr-env
4951
pytest --cov=zarr --cov-config=.coveragerc --doctest-plus --cov-report xml --cov=./

0 commit comments

Comments
 (0)