Skip to content

Commit a82b921

Browse files
committed
Using coveragerc file for CI
1 parent c9e7662 commit a82b921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: pip install poetry==1.1.13
2121
- run: poetry install
2222
- run: poetry run pytest
23-
- run: poetry run pytest --cov=src/ --cov-report=xml --cov-fail-under 90
23+
- run: poetry run pytest --cov=src/ --cov-report=xml --cov-fail-under 90 --cov-config=.coveragerc
2424
- uses: codecov/codecov-action@v2
2525
if: always()
2626
with:

0 commit comments

Comments
 (0)