Skip to content

Commit

Permalink
Merge 2c606fb into ee1fc4c
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm committed Mar 15, 2020
2 parents ee1fc4c + 2c606fb commit a3b2d68
Showing 1 changed file with 2 additions and 7 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

0 comments on commit a3b2d68

Please sign in to comment.