Skip to content

Commit

Permalink
Allow warnings within the coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 21, 2023
1 parent 40e1ae1 commit de6d366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ jobs:
- name: Test with pytest
run: python -m pytest -vv --cov . --cov-append --cov-config pyproject.toml
env:
PYTHONWARNINGS: "error" # treat all warnings as errors
VIRTUALENV_SYSTEM_SITE_PACKAGES: "1"
- name: codecov
uses: codecov/codecov-action@v3

0 comments on commit de6d366

Please sign in to comment.