We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8294f2 + 3680ae5 commit 3ce6d64Copy full SHA for 3ce6d64
1 file changed
.github/workflows/cicd.yml
@@ -48,6 +48,9 @@ jobs:
48
- uses: actions/checkout@v4
49
- run: pip install -U tox poetry
50
- run: tox -e coverage
51
- - uses: "codecov/codecov-action@v3"
+ - uses: coverallsapp/github-action@v2
52
with:
53
- fail_ci_if_error: true
+ github-token: ${{ secrets.GITHUB_TOKEN }}
54
+ file: coverage.xml
55
+ format: cobertura
56
+ fail-on-error: true
0 commit comments