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

Fix issue 153 #154

Merged
merged 15 commits into from Jun 21, 2023
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: bash
run: |
source activate mth5-test
pytest -v --cov=./ --cov-report=xml --cov=mth5
pytest -rA --cov=./ --cov-report=xml --cov=mth5

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
Expand Down