Skip to content

Commit

Permalink
Add cov-dev makefile target (#5576)
Browse files Browse the repository at this point in the history
  • Loading branch information
weastur authored Mar 31, 2021
1 parent 0c36ab6 commit 47b8d63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ Paulius Šileikis
Paulus Schoutsen
Pavel Kamaev
Pavel Polyakov
Pavel Sapezhko
Pawel Kowalski
Pawel Miech
Pepe Osca
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ vtest: .develop
vvtest: .develop
@pytest -vv

.PHONY: cov-dev
cov-dev: .develop
@pytest --cov-report=html
@echo "xdg-open file://`pwd`/htmlcov/index.html"

.PHONY: clean
clean:
@rm -rf `find . -name __pycache__`
Expand Down

0 comments on commit 47b8d63

Please sign in to comment.