Skip to content

Commit

Permalink
Merge pull request #589 from consideRatio/pr/change-codecov-to-gha
Browse files Browse the repository at this point in the history
ci: transition to use codecov github action
  • Loading branch information
consideRatio committed Apr 5, 2023
2 parents 66c3a34 + fd35613 commit 5c71e25
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 5c71e25

Please sign in to comment.