Skip to content

Commit

Permalink
Add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tung.tq committed Oct 16, 2023
1 parent 46ff1b0 commit 113ef21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.idea
/.idea
/coverage.out
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lint:
revive -config revive.toml -formatter friendly ./...

test:
go test ./...
go test -count=1 -covermode=count -coverprofile=coverage.out ./...

test-race:
go test -count=1 -race ./...
Expand Down

0 comments on commit 113ef21

Please sign in to comment.