Skip to content

Commit eae827f

Browse files
committed
Annotate pytest arguments in pyproject.toml
1 parent 6eb547c commit eae827f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ addopts = [
125125
# "--cov=conda_build", # passed in test runner scripts instead (avoid debugger)
126126
"--cov-append",
127127
"--cov-branch",
128-
"--cov-report=term-missing",
129-
"--cov-report=xml",
130-
"--durations=16",
128+
"--cov-report=term", # print summary table to screen
129+
"--cov-report=xml", # for codecov/codecov-action upload
130+
"--durations=16", # show 16 slowest tests
131131
"--junitxml=junit.xml",
132132
# "--splitting-algorithm=least_duration", # not available yet
133133
# "--store-durations", # not available yet

0 commit comments

Comments
 (0)