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

Commit

Permalink
add coverage test to normal test runs
Browse files Browse the repository at this point in the history
Coverage test is only in travis tests but not locally
so add it to the normal test suite.
  • Loading branch information
surajssd committed Oct 11, 2017
1 parent cf148f3 commit b27cc2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ _testmain.go

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
**/.coverprofile

#
# VIM SPECIFIC
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ endif

# Run all tests
.PHONY: test
test: test-dep validate test-unit
test: test-dep validate test-unit test-unit-cover

# Tests that are run on travs-ci
.PHONY: travis-tests
Expand Down

0 comments on commit b27cc2a

Please sign in to comment.