Skip to content

Commit

Permalink
BUG: added debug
Browse files Browse the repository at this point in the history
Added a debug statement, as suggested for better feedback.
  • Loading branch information
aburrell committed Jul 1, 2024
1 parent 090e4e1 commit 4086f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
brew install coveralls --quiet
ls -lh .coverage
ls -lh coverage.xml
coveralls report coverage.xml --format=cobertura --verbose --parallel --repo-token=${{ secrets.COVERALLS_REPO_TOKEN }} --build-number ${{ github.run_number }}
coveralls report coverage.xml --format=cobertura --verbose --parallel --repo-token=${{ secrets.COVERALLS_REPO_TOKEN }} --build-number ${{ github.run_number }} --debug --dry-run
finish:
name: Finish Coverage Analysis
Expand Down

0 comments on commit 4086f8b

Please sign in to comment.