Skip to content

Commit f295139

Browse files
committed
remove data report
1 parent 3baccd9 commit f295139

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ unit_test : ## Unit tests execution with coverage and xml reports
1818

1919
.PHONY : integ_test
2020
integ_test : ## Integration tests execution with xml reports
21-
python -m coverage run --concurrency=multiprocessing tests_runner.py integ
22-
python -m coverage xml -o coverage.xml
23-
python -m coverage html -d coverage
21+
python tests_runner.py integ
2422

2523
.PHONY : test
2624
test : ## Unit and integration tests execution with coverage and xml reports

0 commit comments

Comments
 (0)