We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a996d24 commit 4654454Copy full SHA for 4654454
.github/workflows/build.yaml
@@ -51,7 +51,7 @@ jobs:
51
- name: Test
52
run: |
53
poetry run pre-commit run --all-files
54
- poetry run coverage run --module pytest
+ poetry run coverage run --module pytest -Werror
55
poetry run coverage report
56
- name: Build
57
0 commit comments