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 c472e44 commit 60ae15fCopy full SHA for 60ae15f
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
poetry run isort
27
poetry run safety check --json > test-reports/safety/results.json
28
poetry run mypy openapi_python_client --junit-xml=test-reports/mypy/results.xml
29
- poetry run pytest --junitxml=test-reports/pytest/results.xml --cov=./
+ poetry run pytest --junitxml=test-reports/pytest/results.xml --cov=openapi_python_client
30
poetry run coverage xml
31
- store_test_results:
32
path: test-reports
0 commit comments