We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b83e5a commit 52b2fcbCopy full SHA for 52b2fcb
.github/workflows/python-test.yml
@@ -32,8 +32,7 @@ jobs:
32
export PYTHONPATH=$(pwd)
33
poetry run pytest ./tests --cov=./cpm --cov-report=xml --cov-report=term
34
35
- - name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v4
+ - name: Upload coverage to Coveralls
+ uses: coverallsapp/github-action@v2
37
with:
38
- files: coverage.xml
39
- fail_ci_if_error: true
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments