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:
3636
3737.PHONY : run-test-coverage
3838run-test-coverage :
39- $(COVERAGE ) -v --cov-report=html:$(DEMO ) /A0/hello/htmlcov --cov-report=term --cov=$(DEMO ) /A0/hello $(DEMO ) /A0/hello/tests
40- $(COVERAGE ) -v --cov-report=html:$(DEMO ) /A0-OOP/hello/htmlcov --cov-report=term --cov=$(DEMO ) /A0-OOP/hello $(DEMO ) /A0-OOP/hello/tests
41- $(COVERAGE ) -v --cov-report=html:$(DEMO ) /A1/cold/htmlcov --cov-report=term --cov=$(DEMO ) /A1/cold $(DEMO ) /A1/cold/tests
42- $(COVERAGE ) -v --cov-report=html:$(DEMO ) /A1-OOP/cold/htmlcov --cov-report=term --cov=$(DEMO ) /A1-OOP/cold $(DEMO ) /A1-OOP/cold/tests
43- $(COVERAGE ) -v --cov-report=html:$(DEMO ) /A2-ABC/egypt/htmlcov --cov-report=term --cov=$(DEMO ) /A2-ABC/egypt $(DEMO ) /A2-ABC/egypt/tests
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
4444
4545.PHONY : clean
4646clean :
You can’t perform that action at this time.
0 commit comments