Skip to content

Commit

Permalink
Add debugging step to find coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Feb 5, 2021
1 parent 7f2c1a3 commit b1888e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
run: pylint --extension-pkg-whitelist=netCDF4 -E payu

- name: Run tests
run: PYTHONPATH=. pytest --cov=payu -s test;
run: |
PYTHONPATH=. pytest --cov=payu -s test;
ls -l
ls -lR test
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit b1888e8

Please sign in to comment.