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

Go provider #35

Open
ffMathy opened this issue Jan 12, 2021 · 1 comment
Open

Go provider #35

ffMathy opened this issue Jan 12, 2021 · 1 comment
Labels

Comments

@ffMathy
Copy link
Contributor

ffMathy commented Jan 12, 2021

Should be possible by first running go test -list . -json: https://stackoverflow.com/questions/36938520/use-go-test-to-list-all-tests-case

This could then be used to run all tests with coverage individually.

@ffMathy
Copy link
Contributor Author

ffMathy commented Jan 12, 2021

Format: <file>:<startline>.<startcol>,<endline>.<endcol> <numstmt> <count>

From: https://www.cyphar.com/blog/post/20170412-golang-integration-coverage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant