Skip to content

Commit

Permalink
Add coverage command fix .PHONY commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Oct 7, 2023
1 parent 8ba98bb commit 83af32c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ lint: build

notebook: build
$(DOCKER_RUN) -i $(MOUNT_NOTEBOOK) $(EXPOSE_PORT) $(PROJECT_NAME) jupyter lab

coverage:
coverage html
open htmlcov/index.html

.PHONY: build run pull check lint coverage notebook install

0 comments on commit 83af32c

Please sign in to comment.