Skip to content

Commit 9926ae6

Browse files
committed
Fix reports dir for upload.
1 parent 73eb7fd commit 9926ae6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,9 @@ commands = [[
207207
"pytest",
208208
"--mpl",
209209
"--mpl-generate-summary=html",
210-
"--mpl-results-path={toxinidir}/reports",
210+
"--mpl-results-path=./reports",
211211
"-v",
212212
"--color=yes",
213213
"--cov=napari_matplotlib",
214214
"--cov-report=xml"
215215
]]
216-
217-
# python -m pytest --mpl --mpl-generate-summary=html --mpl-results-path={toxinidir}/reports -v --color=yes --cov=napari_matplotlib --cov-report=xml

0 commit comments

Comments
 (0)