Skip to content

Commit

Permalink
Show the coveralls.info file
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed May 22, 2024
1 parent c12997d commit f59e745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: |
tox -e coverage
- name: Convert to lcov
run: coverage3 lcov -o coveralls.info
run: |
coverage3 lcov -o coveralls.info
cat coveralls.info
- name: Upload report to Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit f59e745

Please sign in to comment.