Skip to content

Commit

Permalink
feat(Makefile): add coverage clean-up command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajnasz committed Apr 11, 2024
1 parent 2b137ae commit 68b69fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ curl-bad:
hurl:
@hurl --verbose --error-format=long --variable api_host='http://localhost:8080' hurl/*.hurl

.PHONY: coverage clean-cover
clean-cover:
rm -f cover.out cover.html

coverage: cover.out cover.html

cover.out:
Expand Down

0 comments on commit 68b69fa

Please sign in to comment.