Skip to content

Commit b7d09e6

Browse files
author
Sergey Vilgelm
committed
Use Codecov instead of coveralls
1 parent 10b9027 commit b7d09e6

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,8 @@ jobs:
6161
pip install ".[test]"
6262
- name: Test with inv
6363
run: inv cover qa
64-
- name: Coveralls
65-
if: github.repository == 'python-restx/flask-restx' && github.event == 'push'
66-
run: |
67-
pip install coveralls
68-
coveralls --rcfile=coverage.rc
69-
env:
70-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
64+
- name: Codecov
65+
uses: codecov/codecov-action@v1
7166
bench:
7267
needs: unit-tests
7368
runs-on: ubuntu-latest

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)