We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815c9eb commit 95be4dfCopy full SHA for 95be4df
requirements/requirements_test.txt
@@ -1,5 +1,5 @@
1
ansys-platform-instancemanagement==1.1.2
2
-# coverage==7.6.10
+coverage==7.6.10
3
imageio==2.36.0
4
imageio-ffmpeg==0.5.1
5
pytest==8.3.4
tox.ini
@@ -120,7 +120,7 @@ depends = pretest
120
121
setenv =
122
# Pytest extra arguments
123
- COVERAGE = --cov=ansys.dpf.core --cov-report=xml --cov-report=html --log-level=ERROR --cov-append
+ COVERAGE = --cov=ansys.dpf.core --cov-report=term-missing --log-level=ERROR --cov-append #--cov-report=xml --cov-report=html
124
RERUNS = --reruns=2 --reruns-delay=1
125
DEBUG = -v -s --durations=10 --durations-min=1.0
126
0 commit comments