Skip to content

Commit

Permalink
ci: transition to use codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 5, 2023
1 parent 66c3a34 commit fd35613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,4 @@ jobs:
run: |
pytest -v --color=yes --cov=oauthenticator oauthenticator
- name: Submit codecov report
run: |
codecov
- uses: codecov/codecov-action@v3
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-r ./requirements.txt
.[googlegroups]
codecov
mwoauth >= 0.3.8
pre-commit
pyjwt >= 2
Expand Down

0 comments on commit fd35613

Please sign in to comment.