Skip to content

Commit 08168e4

Browse files
committed
zero cov rules refresh automatically
1 parent d47a5c8 commit 08168e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ test_cov: test_cov_out
160160
test_cov_pc_assert:
161161
go tool cover -func=coverage.txt | ag assert
162162

163-
test_cov_zero:
163+
test_cov_zero: test_cov_out
164164
go tool cover -func=coverage.txt | ag '\:\s*[A-Z]+.*\s+0\.0%'
165165

166-
test_cov_assert_zero:
166+
test_cov_assert_zero: test_cov_out
167167
go tool cover -func=coverage.txt | ag 'assert\/.*\:\s*[A-Z]+.*\s+0\.0%'
168168

169169
test_cov_pc:

0 commit comments

Comments
 (0)