We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb547c commit eae827fCopy full SHA for eae827f
pyproject.toml
@@ -125,9 +125,9 @@ addopts = [
125
# "--cov=conda_build", # passed in test runner scripts instead (avoid debugger)
126
"--cov-append",
127
"--cov-branch",
128
- "--cov-report=term-missing",
129
- "--cov-report=xml",
130
- "--durations=16",
+ "--cov-report=term", # print summary table to screen
+ "--cov-report=xml", # for codecov/codecov-action upload
+ "--durations=16", # show 16 slowest tests
131
"--junitxml=junit.xml",
132
# "--splitting-algorithm=least_duration", # not available yet
133
# "--store-durations", # not available yet
0 commit comments