Skip to content

Commit

Permalink
Adding test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
phayes committed Mar 22, 2018
1 parent 6402cf5 commit cdd1e35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ build:
override:
- go-scrutinizer-run
- govet-run

-
command: go test -coverprofile=cover.out
coverage:
file: 'cover.out'
format: 'go-cc'

0 comments on commit cdd1e35

Please sign in to comment.