Skip to content

Commit ef2eb77

Browse files
Add coverage of tests (#653)
1 parent 316488d commit ef2eb77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
- name: Upload coverage
8484
uses: codecov/codecov-action@v4
8585
with:
86-
file: ./coverage.xml
87-
flags: unit
86+
fail_ci_if_error: true
87+
token: ${{ secrets.CODECOV_TOKEN }}
8888

8989
check: # This job does nothing and is only used for the branch protection
9090
if: always()

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool:pytest]
2-
addopts = --cov=aiohttp_devtools --cov-report term
2+
addopts = --cov=aiohttp_devtools --cov=tests --cov-report term
33
asyncio_mode = auto
44
testpaths = tests/
55
filterwarnings =

0 commit comments

Comments
 (0)