File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ run-test:
36
36
37
37
.PHONY : run-test-coverage
38
38
run-test-coverage :
39
- $(COVERAGE ) -v --cov-report=html: $( DEMO ) /A0/hello/htmlcov --cov-report= term-missing --cov=$(DEMO ) /A0/hello $(DEMO ) /A0/hello/tests
40
- $(COVERAGE ) -v --cov-report=html: $( DEMO ) /A0-OOP/hello/htmlcov --cov-report= term-missing --cov=$(DEMO ) /A0-OOP/hello $(DEMO ) /A0-OOP/hello/tests
41
- $(COVERAGE ) -v --cov-report=html: $( DEMO ) /A1/cold/htmlcov --cov-report= term-missing --cov=$(DEMO ) /A1/cold $(DEMO ) /A1/cold/tests
42
- $(COVERAGE ) -v --cov-report=html: $( DEMO ) /A1-OOP/cold/htmlcov --cov-report= term-missing --cov=$(DEMO ) /A1-OOP/cold $(DEMO ) /A1-OOP/cold/tests
43
- $(COVERAGE ) -v --cov-report=html: $( DEMO ) /A2-ABC/egypt/htmlcov --cov-report= term-missing --cov=$(DEMO ) /A2-ABC/egypt $(DEMO ) /A2-ABC/egypt/tests
39
+ $(COVERAGE ) -v --cov-report=term-missing --cov=$(DEMO ) /A0/hello $(DEMO ) /A0/hello/tests
40
+ $(COVERAGE ) -v --cov-report=term-missing --cov=$(DEMO ) /A0-OOP/hello $(DEMO ) /A0-OOP/hello/tests
41
+ $(COVERAGE ) -v --cov-report=term-missing --cov=$(DEMO ) /A1/cold $(DEMO ) /A1/cold/tests
42
+ $(COVERAGE ) -v --cov-report=term-missing --cov=$(DEMO ) /A1-OOP/cold $(DEMO ) /A1-OOP/cold/tests
43
+ $(COVERAGE ) -v --cov-report=term-missing --cov=$(DEMO ) /A2-ABC/egypt $(DEMO ) /A2-ABC/egypt/tests
44
44
45
45
.PHONY : clean
46
46
clean :
You can’t perform that action at this time.
0 commit comments