Updated test coverage provider to Code Climate.

This commit is contained in:
Adrian Gallagher
2016-01-31 23:42:31 +11:00
parent f6b6e60610
commit 54ba2f81a2
2 changed files with 13 additions and 1 deletions

12
.codeclimate.yml Normal file
View File

@@ -0,0 +1,12 @@
engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- web/**/*