diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a7c501d..0e2e9fa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,15 +23,14 @@ jobs: - run: ./manage.py compilemessages - name: Run checks and tests env: - # https://github.com/OpenDataServices/lib-cove/issues/112 - PYTHONWARNINGS: error,ignore::DeprecationWarning:libcove.lib.common + PYTHONWARNINGS: error shell: bash run: | ./manage.py migrate ./manage.py makemigrations --check --dry-run ./manage.py check --fail-level WARNING # https://github.com/OpenDataServices/flatten-tool/issues/412 - pytest -W error -W ignore::DeprecationWarning:libcove.lib.common -W ignore::ResourceWarning --cov cove_ocds --cov cove_project + pytest -W error -W ignore::ResourceWarning --cov cove_ocds --cov cove_project - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: coveralls --service=github