Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
issue #26: update scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Apr 28, 2018
1 parent 872d7c4 commit 9ed44ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ build:
- go-scrutinizer-run
- govet-run
- golint-run

tests:
override:
- command: make test-with-coverage-profile ARGS='-timeout=1s'
coverage: { file: cover.out, format: count }
- command: make test-with-coverage-profile ARGS='-timeout=1s'
coverage: { file: cover.out, format: go-cc }

checks:
go: true
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
OPEN_BROWSER =
SUPPORTED_VERSIONS = 1.8 1.9 1.10 latest

include cmd/Makefile
include makes/env.mk
include makes/local.mk

0 comments on commit 9ed44ab

Please sign in to comment.