Skip to content

Commit

Permalink
BUG: update xml
Browse files Browse the repository at this point in the history
Fix the name of the xml to reflect reality instead of the docs.
  • Loading branch information
aburrell committed Jun 21, 2024
1 parent 0abe87c commit 1d4c87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
brew tap coverallsapp/coveralls --quiet
brew install coveralls --quiet
ls -lh .coverage
ls -lh cov.xml
coveralls report -f cov.xml --verbose --parallel --repo-token=${{ secrets.COVERALLS_REPO_TOKEN }} --build-number ${{ github.run_number }}
ls -lh coverage.xml
coveralls report -f coverage.xml --verbose --parallel --repo-token=${{ secrets.COVERALLS_REPO_TOKEN }} --build-number ${{ github.run_number }}
finish:
name: Finish Coverage Analysis
Expand Down

0 comments on commit 1d4c87b

Please sign in to comment.