We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3307a commit 680d795Copy full SHA for 680d795
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[tool.pytest.ini_options]
6
python_files = 'test_*.py'
7
testpaths = 'test' # space separated list of paths from root e.g test tests doc/testing
8
-addopts = '--cov=git --cov-report=term --maxfail=10 --force-sugar --disable-warnings'
+addopts = '--cov=git --cov-report=term --force-sugar --disable-warnings'
9
filterwarnings = 'ignore::DeprecationWarning'
10
# --cov coverage
11
# --cov-report term # send report to terminal term-missing -> terminal with line numbers html xml
0 commit comments