Skip to content

Commit

Permalink
Remove code coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Oct 1, 2024
1 parent 38d0a71 commit f2ecf44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ clean:

.PHONY: test
test: lint test/httpwg-tests/list.json dist/build
node --test --experimental-test-coverage
node --test

.PHONY: test-debug
test-debug:
node --test --experimental-test-coverage --inspect-brk
node --test --inspect-brk

.PHONY: lint
lint:
Expand Down

0 comments on commit f2ecf44

Please sign in to comment.