File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COVERAGE = python -m pytest
66DEMO = './demo-assignments'
77
88.PHONY : all
9- all : check-style check-type run-test run-test-coverage clean
9+ all : check-style check-type run-test clean
1010 @echo " All checks passed!"
1111
1212.PHONY : check-type
@@ -34,14 +34,6 @@ run-test:
3434 $(TEST ) $(TEST_ARGS ) $(DEMO ) /A1-OOP/cold/tests
3535 $(TEST ) $(TEST_ARGS ) $(DEMO ) /A2-ABC/egypt/tests
3636
37- .PHONY : run-test-coverage
38- run-test-coverage :
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-
4537.PHONY : clean
4638clean :
4739 # remove all caches recursively
You can’t perform that action at this time.
0 commit comments