Skip to content

Commit

Permalink
added a cd down to the directory where the coverage report lives
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Oct 17, 2024
1 parent fd0d80d commit 173433e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Upload to Coveralls
if: always()
run: |
cd ${CLAW}/pyclaw
ls -l .coverage
coveralls
env:
Expand Down

0 comments on commit 173433e

Please sign in to comment.