Skip to content

Commit 4b72c42

Browse files
committed
issue 4
1 parent 685a914 commit 4b72c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ run-test:
3535
run-test-coverage:
3636
$(COVERAGE) -v --cov-report=html:$(ASSIGNMENT)/A0/hello/htmlcov --cov-report=term --cov=$(ASSIGNMENT)/A0/hello $(ASSIGNMENT)/A0/hello/tests
3737
$(COVERAGE) -v --cov-report=html:$(ASSIGNMENT)/A0-OOP/hello/htmlcov --cov-report=term --cov=$(ASSIGNMENT)/A0-OOP/hello $(ASSIGNMENT)/A0-OOP/hello/tests
38-
$(COVERAGE) -v --cov-report=html:$(ASSIGNMENT)/A1/cold/htmlcov --cov-report=term --cov=$(ASSIGNMENT)/A1/cold A1/cold/tests
38+
$(COVERAGE) -v --cov-report=html:$(ASSIGNMENT)/A1/cold/htmlcov --cov-report=term --cov=$(ASSIGNMENT)/A1/cold $(ASSIGNMENT)/A1/cold/tests
3939
$(COVERAGE) -v --cov-report=html:$(ASSIGNMENT)/A1-OOP/cold/htmlcov --cov-report=term --cov=$(ASSIGNMENT)/A1-OOP/cold $(ASSIGNMENT)/A1-OOP/cold/tests
4040

4141
.PHONY: clean

0 commit comments

Comments
 (0)