Skip to content

Commit 52b2fcb

Browse files
committed
add coverage
1 parent 6b83e5a commit 52b2fcb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
export PYTHONPATH=$(pwd)
3333
poetry run pytest ./tests --cov=./cpm --cov-report=xml --cov-report=term
3434
35-
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v4
35+
- name: Upload coverage to Coveralls
36+
uses: coverallsapp/github-action@v2
3737
with:
38-
files: coverage.xml
39-
fail_ci_if_error: true
38+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)