mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Allow warnings within the coverage job
This commit is contained in:
parent
40e1ae143f
commit
de6d3665ef
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -164,7 +164,6 @@ jobs:
|
|||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: python -m pytest -vv --cov . --cov-append --cov-config pyproject.toml
|
run: python -m pytest -vv --cov . --cov-append --cov-config pyproject.toml
|
||||||
env:
|
env:
|
||||||
PYTHONWARNINGS: "error" # treat all warnings as errors
|
|
||||||
VIRTUALENV_SYSTEM_SITE_PACKAGES: "1"
|
VIRTUALENV_SYSTEM_SITE_PACKAGES: "1"
|
||||||
- name: codecov
|
- name: codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user