Skip to content

Commit

Permalink
Merge pull request boumenot#2 from hansbogert/master
Browse files Browse the repository at this point in the history
doc(README): Run this from directory with `go.mod`
  • Loading branch information
boumenot authored Feb 4, 2021
2 parents 5efac05 + 4bbc297 commit 7bc1b92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Usage

$ go test -coverprofile=coverage.txt -covermode count github.com/gorilla/mux
$ gocover-cobertura < coverage.txt > coverage.xml

Note that you should run this from the directory which holds your `go.mod` file.

Some flags can be passed (each flag should only be used once):

Expand Down

0 comments on commit 7bc1b92

Please sign in to comment.