Skip to content

Commit

Permalink
added line to see whether .coverage file is being generated
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Oct 16, 2024
1 parent 3a06608 commit 2d94f3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- name: Upload to Coveralls
if: always()
run: coveralls
run: |
ls -l .coverage
coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2d94f3e

Please sign in to comment.