Skip to content

Commit 95be4df

Browse files
committed
ci: check effect of html/xml reporting
1 parent 815c9eb commit 95be4df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/requirements_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ansys-platform-instancemanagement==1.1.2
2-
# coverage==7.6.10
2+
coverage==7.6.10
33
imageio==2.36.0
44
imageio-ffmpeg==0.5.1
55
pytest==8.3.4

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ depends = pretest
120120

121121
setenv =
122122
# Pytest extra arguments
123-
COVERAGE = --cov=ansys.dpf.core --cov-report=xml --cov-report=html --log-level=ERROR --cov-append
123+
COVERAGE = --cov=ansys.dpf.core --cov-report=term-missing --log-level=ERROR --cov-append #--cov-report=xml --cov-report=html
124124
RERUNS = --reruns=2 --reruns-delay=1
125125
DEBUG = -v -s --durations=10 --durations-min=1.0
126126

0 commit comments

Comments
 (0)