Skip to content

Commit bbce22d

Browse files
committed
Merge branch 'bench-tests' of ssh://g.yxqyang.asia-lainio/lainio/err2 into bench-tests
2 parents 2edd142 + d9d2b45 commit bbce22d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ test_cov: test_cov_out
157157
go tool cover -html=coverage.txt -o=coverage.html
158158
firefox ./coverage.html 1>&- 2>&- &
159159

160+
test_cov_pc_assert:
161+
go tool cover -func=coverage.txt | ag assert
162+
163+
test_cov_pc:
164+
go tool cover -func=coverage.txt
165+
160166
lint:
161167
@golangci-lint run
162168

0 commit comments

Comments
 (0)