We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594f79d commit 4fd667eCopy full SHA for 4fd667e
1 file changed
pyproject.toml
@@ -201,7 +201,17 @@ py313 = ["3.13"]
201
202
[tool.tox.env.test]
203
extras = ["testing"]
204
-commands = [
205
- ["python", "-m", "pytest", "--mpl"]]
+commands = [[
+ "python",
206
+ "-m",
207
+ "pytest",
208
+ "--mpl",
209
+ "--mpl-generate-summary=html",
210
+ "--mpl-results-path={toxinidir}/reports",
211
+ "-v",
212
+ "--color=yes",
213
+ "--cov=napari_matplotlib",
214
+ "--cov-report=xml"
215
+]]
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