Merge pull request #25 from Snider/fix-go-test-coverage
fix(tests): Configure test coverage for tdd/ directory
This commit is contained in:
commit
0f8917e578
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ tasks:
|
|||
test:
|
||||
desc: "Run all tests"
|
||||
cmds:
|
||||
- go test -v ./...
|
||||
- go test -v -coverpkg=github.com/Snider/Enchantrix/pkg/crypt,github.com/Snider/Enchantrix/pkg/enchantrix,github.com/Snider/Enchantrix/pkg/trix ./...
|
||||
|
||||
build:
|
||||
desc: "Build the project"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue