mage test:all
should produce a combined code coverage result
#1348
Labels
area/tooling
Affects the dev or user toolchain (e.g. tests, ci, build tools)
good first issue
hint/good first issue
Someone new could handle this
priority/2 medium
This needs to be done
If we add the
-coverprofile
flag to evergo test
func inmagefiles/test.go
, we can aggregate them all into a single coverage file inAll()
.This'll be useful to track (perfect coverage is a non-goal of the project), but is also required for submitting to awesome-go
The text was updated successfully, but these errors were encountered: