Skip to content

Commit

Permalink
Merge pull request #204 from VNG-Realisatie/bugfix/codecov
Browse files Browse the repository at this point in the history
update requirements (codecov==2.1.13)
  • Loading branch information
MatthijsBekendam authored Apr 19, 2023
2 parents f8654c1 + 2942630 commit a1d4263
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 18 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-emit-index-url requirements/base.in
#
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
coverage
11 changes: 3 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/ci.txt requirements/base.txt requirements/ci.in requirements/testing.in
#
Expand Down Expand Up @@ -42,12 +42,8 @@ chardet==3.0.4
# requests
click==8.1.3
# via black
codecov==2.1.12
# 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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/dev.txt requirements/base.txt requirements/dev.in requirements/testing.in
#
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-emit-index-url --output-file=requirements/production.txt requirements/base.txt requirements/production.in
#
Expand Down

0 comments on commit a1d4263

Please sign in to comment.