Skip to content

Commit

Permalink
Print out total coverage (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagonache authored Sep 7, 2022
1 parent 79b8974 commit 988bdb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltacoverage.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func Main() int {
fmt.Fprintln(os.Stderr, err)
return 1
}
fmt.Printf("Total covrage: %.1f%s\n", coverage, "%")
tests, err := getListTests()
if err != nil {
fmt.Fprintln(os.Stderr, err)
Expand Down

0 comments on commit 988bdb9

Please sign in to comment.