You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want to have a quick overview of the current test coverage.
go test can be extended to provide coverage profiles as files. those can be copied form the build container and added as artifacts to the CI so they can be downloaded after each run.
From there we can use them in multiple ways, e.g. repo badges.
The go test statements are currently encapsulated in the make targets for the respective binaries.
The text was updated successfully, but these errors were encountered:
As a developer, I want to have a quick overview of the current test coverage.
go test
can be extended to provide coverage profiles as files. those can be copied form the build container and added as artifacts to the CI so they can be downloaded after each run.From there we can use them in multiple ways, e.g. repo badges.
The
go test
statements are currently encapsulated in the make targets for the respective binaries.The text was updated successfully, but these errors were encountered: