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 b90ac67 commit b7f31beCopy full SHA for b7f31be
1 file changed
tox.ini
@@ -40,7 +40,7 @@ commands =
40
-m "not perf" \
41
-p no:codspeed --benchmark-disable \
42
--cov {env_site_packages_dir}{/}datamodel_code_generator --cov {tox_root}{/}tests \
43
- --cov-config=pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered \
+ --cov-config=pyproject.toml --cov-fail-under=0 --no-cov-on-fail --cov-report term-missing:skip-covered \
44
--cov-report html:{env_tmp_dir}{/}htmlcov \
45
--cov-report xml:{env:COVERAGE_XML:{work_dir}{/}coverage.{env_name}.xml} \
46
--junitxml {work_dir}{/}junit.{env_name}.xml \
0 commit comments