Skip to content

Commit

Permalink
build: remove unnecessary codecov dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hughes committed Apr 17, 2023
1 parent 6b7bf78 commit d6884c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Upload coverage to CodeCov
if: matrix.python-version == '3.8' && matrix.toxenv == 'django32'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: true
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

-c constraints.txt

codecov # Code coverage reporting
tox # Virtualenv management for tests
tox-battery # Makes tox aware of requirements file changes
2 changes: 0 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
codecov==2.1.12
# via -r requirements/ci.in
coverage==7.2.3
# via codecov
distlib==0.3.6
Expand Down

0 comments on commit d6884c5

Please sign in to comment.