Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Mar 2, 2022
2 parents b761e8f + 8cab52e commit 8d501b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run Test
run: pytest --doctest-modules --cov-report=xml --cov=cca_zoo ./cca_zoo/test/
run: pytest --doctest-modules --cov-report=xml --cov=cca_zoo ./multiviewdata/test/
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 8d501b0

Please sign in to comment.