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 316488d commit ef2eb77Copy full SHA for ef2eb77
.github/workflows/ci.yml
@@ -83,8 +83,8 @@ jobs:
83
- name: Upload coverage
84
uses: codecov/codecov-action@v4
85
with:
86
- file: ./coverage.xml
87
- flags: unit
+ fail_ci_if_error: true
+ token: ${{ secrets.CODECOV_TOKEN }}
88
89
check: # This job does nothing and is only used for the branch protection
90
if: always()
setup.cfg
@@ -1,5 +1,5 @@
1
[tool:pytest]
2
-addopts = --cov=aiohttp_devtools --cov-report term
+addopts = --cov=aiohttp_devtools --cov=tests --cov-report term
3
asyncio_mode = auto
4
testpaths = tests/
5
filterwarnings =
0 commit comments