Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create golang test coverage artifacts during container build #484

Open
zetoph opened this issue Apr 17, 2020 · 0 comments
Open

Create golang test coverage artifacts during container build #484

zetoph opened this issue Apr 17, 2020 · 0 comments
Milestone

Comments

@zetoph
Copy link
Contributor

zetoph commented Apr 17, 2020

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.

@fullsushidev fullsushidev added enhancement New feature or request QMSTR Tasks/features focused to the QMSTR goals labels Aug 13, 2020
@fullsushidev fullsushidev added this to the Backlog milestone Aug 13, 2020
@fullsushidev fullsushidev modified the milestones: Backlog, FASTEN D4.7 Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants