diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96027f33..9d5de859 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/requirements/base.txt b/requirements/base.txt index 8dd801d6..ae7fa4b0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 # diff --git a/requirements/ci.in b/requirements/ci.in index ec8ac8ab..4ebc8aea 100644 --- a/requirements/ci.in +++ b/requirements/ci.in @@ -1,2 +1 @@ -codecov coverage diff --git a/requirements/ci.txt b/requirements/ci.txt index 1e29801b..c2ef0789 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -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 # @@ -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 @@ -309,7 +305,6 @@ regex==2022.7.25 requests==2.21.0 # via # -r requirements/base.txt - # codecov # gemma-zds-client # requests-mock # sphinx diff --git a/requirements/dev.txt b/requirements/dev.txt index e45346cf..1a6560c5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 # diff --git a/requirements/production.txt b/requirements/production.txt index 1fa60903..1bfb79c9 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -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 #