Skip to content

Commit

Permalink
Remove main package from testing list
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed May 26, 2018
1 parent 9c16b8a commit 62373a1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 110 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- go get -t -v ./...

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic `go list ./... | grep -v testhelper`
- go test -race -coverprofile=coverage.txt -covermode=atomic `go list ./... | grep -v 'testhelper\|fac$'`

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down
8 changes: 0 additions & 8 deletions main_test.go

This file was deleted.

18 changes: 0 additions & 18 deletions prompt_test.go

This file was deleted.

83 changes: 0 additions & 83 deletions summary_test.go

This file was deleted.

0 comments on commit 62373a1

Please sign in to comment.