Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Dec 16, 2020
1 parent 55cd458 commit ae45bcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
python -m pip freeze
- name: Tests
shell: "bash -l {0}"
env:
COVERAGE_FILE: .coverage.${{matrix.python-version}}.${{matrix.numpy_version}}
run: |
conda activate zarr-env
pytest --cov=zarr --cov-config=.coveragerc --doctest-plus --cov-report xml --cov=./
Expand Down

0 comments on commit ae45bcf

Please sign in to comment.