- Module path: dappco.re/go/agent - Core import: dappco.re/go/core v0.4.7 - Process service re-enabled with new Core API - Plugin bumped to v0.11.0 - Directory flattened from go/ to root Co-Authored-By: Virgil <virgil@lethean.io>
277 B
277 B
Test Coverage Gaps
Find untested code paths and write tests for them.
Process
go test -cover ./...to identify coverage- Focus on exported functions with 0% coverage
- Write tests using Good/Bad/Ugly naming
- Prioritise: error paths > happy paths > edge cases