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 10b9027 commit b7d09e6Copy full SHA for b7d09e6
.github/workflows/test.yml
@@ -61,13 +61,8 @@ jobs:
61
pip install ".[test]"
62
- name: Test with inv
63
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 }}
+ - name: Codecov
+ uses: codecov/codecov-action@v1
71
bench:
72
needs: unit-tests
73
runs-on: ubuntu-latest
.travis.yml
0 commit comments