Skip to content

Commit

Permalink
remove codecov from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBekendam committed Apr 19, 2023
1 parent 4d02de5 commit 2942630
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ jobs:
coverage run src/manage.py test drc
coverage xml
- name: Publish coverage report
uses: codecov/codecov-action@v1

push-images:
runs-on: ubuntu-latest
needs:
Expand Down
1 change: 0 additions & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
codecov==2.1.13
coverage
7 changes: 1 addition & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ chardet==3.0.4
# requests
click==8.1.3
# via black
codecov==2.1.13
# via -r requirements/ci.in
coverage==6.4.4
# via
# -r requirements/ci.in
# codecov
# via -r requirements/ci.in
cryptography==38.0.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -309,7 +305,6 @@ regex==2022.7.25
requests==2.21.0
# via
# -r requirements/base.txt
# codecov
# gemma-zds-client
# requests-mock
# sphinx
Expand Down

0 comments on commit 2942630

Please sign in to comment.