Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.