Skip to content

Commit

Permalink
Use Codecov instead of coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Vilgelm committed Mar 15, 2020
1 parent ee1fc4c commit 36393ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,10 @@ 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
with:
flags: ${{ matrix.python-version }}
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 36393ac

Please sign in to comment.