Skip to content

Commit

Permalink
Fix coveralls upload: Use coveralls.xml and --format=cobertura
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed May 9, 2024
1 parent 6865196 commit 0b7c72c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz
./coveralls --service-name=github
cp .git/coverage27.xml coverage.xml
./coveralls --service-name=github --format=cobertura
pre-commit:
name: "Python3: Pre-Commit Suite"
Expand Down

0 comments on commit 0b7c72c

Please sign in to comment.