Skip to content

Commit 3ce6d64

Browse files
Merge pull request #70 from 15five/switch-to-coveralls
chore: Move cloudcov to coveralls
2 parents a8294f2 + 3680ae5 commit 3ce6d64

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- uses: actions/checkout@v4
4949
- run: pip install -U tox poetry
5050
- run: tox -e coverage
51-
- uses: "codecov/codecov-action@v3"
51+
- uses: coverallsapp/github-action@v2
5252
with:
53-
fail_ci_if_error: true
53+
github-token: ${{ secrets.GITHUB_TOKEN }}
54+
file: coverage.xml
55+
format: cobertura
56+
fail-on-error: true

0 commit comments

Comments
 (0)