Merge pull request #25 from Snider/fix-go-test-coverage

fix(tests): Configure test coverage for tdd/ directory
This commit is contained in:
Snider 2025-11-02 22:39:45 +00:00 committed by GitHub
commit 0f8917e578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"