Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbuchwald authored May 24, 2021
1 parent b23f0ae commit d08892b
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 @@ -31,7 +31,7 @@ jobs:
python -m pip install coverage
- name: Test with pytest
run: |
cd .. && coverage run ogs6py/tests/test_ogs6py.py
coverage run tests/test_ogs6py.py
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit d08892b

Please sign in to comment.