Skip to content

Commit 60ae15f

Browse files
committed
Change coverage to only inspect source (not tests)
#3
1 parent c472e44 commit 60ae15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
poetry run isort
2727
poetry run safety check --json > test-reports/safety/results.json
2828
poetry run mypy openapi_python_client --junit-xml=test-reports/mypy/results.xml
29-
poetry run pytest --junitxml=test-reports/pytest/results.xml --cov=./
29+
poetry run pytest --junitxml=test-reports/pytest/results.xml --cov=openapi_python_client
3030
poetry run coverage xml
3131
- store_test_results:
3232
path: test-reports

0 commit comments

Comments
 (0)