Skip to content

Commit

Permalink
Merge pull request #87 from SVilgelm/use-codecov
Browse files Browse the repository at this point in the history
Use Codecov instead of coveralls
  • Loading branch information
SVilgelm authored Mar 18, 2020
2 parents 10b9027 + b7d09e6 commit 49bfc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,8 @@ jobs:
pip install ".[test]"
- name: Test with inv
run: inv cover qa
- name: Coveralls
if: github.repository == 'python-restx/flask-restx' && github.event == 'push'
run: |
pip install coveralls
coveralls --rcfile=coverage.rc
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Codecov
uses: codecov/codecov-action@v1
bench:
needs: unit-tests
runs-on: ubuntu-latest
Expand Down
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit 49bfc98

Please sign in to comment.