Skip to content

Commit

Permalink
fix: remove deprecated codecov dependency and use new GHA
Browse files Browse the repository at this point in the history
new github action uploader for codecov should work even without this package
  • Loading branch information
Matt Hughes authored and varshamenon4 committed Apr 14, 2023
1 parent 34693d4 commit d71b023
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: tox
- name: Codecov
if: matrix.python-version == '3.8' && matrix.toxenv == 'django32'
run: codecov
uses: codecov/codecov-action@v2
2 changes: 0 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ code-annotations==1.3.0
# via
# -r requirements/quality.txt
# edx-lint
codecov==2.1.12
# via -r requirements/quality.txt
coreapi==2.3.3
# via
# -r requirements/quality.txt
Expand Down
2 changes: 0 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-lint
codecov==2.1.12
# via -r requirements/test.txt
coreapi==2.3.3
# via
# -r requirements/test.txt
Expand Down
2 changes: 0 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-lint
codecov==2.1.12
# via -r requirements/test.txt
coreapi==2.3.3
# via
# -r requirements/test.txt
Expand Down
1 change: 0 additions & 1 deletion requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
-c constraints.txt
-r base.txt # Core dependencies for this package

codecov
code-annotations
coverage
django-dynamic-fixture # library to create dynamic model instances for testing purposes
Expand Down
2 changes: 0 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ code-annotations==1.3.0
# via
# -r requirements/test.in
# edx-lint
codecov==2.1.12
# via -r requirements/test.in
coreapi==2.3.3
# via
# -r requirements/base.txt
Expand Down

0 comments on commit d71b023

Please sign in to comment.