Skip to content

Commit

Permalink
zero cov rules refresh automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio committed Oct 6, 2024
1 parent d47a5c8 commit 08168e4
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 @@ -160,10 +160,10 @@ test_cov: test_cov_out
test_cov_pc_assert:
go tool cover -func=coverage.txt | ag assert

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

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

test_cov_pc:
Expand Down

0 comments on commit 08168e4

Please sign in to comment.