Skip to content

Commit

Permalink
BUG: made coveralls update
Browse files Browse the repository at this point in the history
Made changes suggested by James from Coveralls.
  • Loading branch information
aburrell committed Jul 1, 2024
1 parent 1d4c87b commit 090e4e1
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 -f coverage.xml --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 }}
finish:
name: Finish Coverage Analysis
Expand Down

0 comments on commit 090e4e1

Please sign in to comment.