Skip to content

Commit fa03eae

Browse files
committed
add sorting to @coverage report
1 parent e282e59 commit fa03eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ integration-tests:
5555
.PHONY: coverage
5656
coverage: test
5757
@coverage combine
58-
@coverage report
58+
@coverage report --sort=cover
5959

6060
## coverage-html: Display code coverage in the browser.
6161
.PHONY: coverage-html

0 commit comments

Comments
 (0)