Skip to content

Commit b6868df

Browse files
committed
update global Makefile
1 parent e2f9f64 commit b6868df

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COVERAGE = python -m pytest
66
DEMO = './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
4638
clean:
4739
# remove all caches recursively

0 commit comments

Comments
 (0)