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 70daeaf commit f09900bCopy full SHA for f09900b
.circleci/config.yml
@@ -5,7 +5,7 @@ orbs:
5
jobs:
6
build:
7
docker:
8
- - image: circleci/python:3.8.1
+ - image: circleci/python:3.8.2
9
steps:
10
- checkout
11
- restore_cache:
pyproject.toml
@@ -57,3 +57,6 @@ exclude = '''
57
[tool.isort]
58
line_length = 120
59
multi_line_output = 3
60
+
61
+[tool.coverage.run]
62
+omit = ["openapi_python_client/templates/*"]
pytest.ini
@@ -0,0 +1,2 @@
1
+[pytest]
2
+junit_family=xunit2
0 commit comments