File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,14 @@ diff_pylint_report: pylint_report.txt
118
118
coverage : .coverage
119
119
coverage report
120
120
121
+ coverage.xml : .coverage
122
+ coverage xml
123
+
124
+ coverage.html : htmlcov/index.html
125
+
126
+ htmlcov/index.html : .coverage
127
+ coverage html
128
+
121
129
diff-cover : coverage-gcovr.xml coverage.xml
122
130
diff-cover coverage-gcovr.xml coverage.xml
123
131
@@ -127,7 +135,7 @@ diff-cover.html: coverage-gcovr.xml coverage.xml
127
135
128
136
# # test : run the ${MODULE} test suite
129
137
test : $(PYSOURCES )
130
- python setup.py test --addopts " --cov-report html --cov-report xml --cov cwltool"
138
+ python setup.py test --addopts " --cov cwltool"
131
139
132
140
sloccount.sc : ${PYSOURCES} Makefile
133
141
sloccount --duplicates --wide --details $^ > sloccount.sc
You can’t perform that action at this time.
0 commit comments