We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should be possible by first running go test -list . -json: https://stackoverflow.com/questions/36938520/use-go-test-to-list-all-tests-case
go test -list . -json
This could then be used to run all tests with coverage individually.
The text was updated successfully, but these errors were encountered:
Format: <file>:<startline>.<startcol>,<endline>.<endcol> <numstmt> <count>
<file>:<startline>.<startcol>,<endline>.<endcol> <numstmt> <count>
From: https://www.cyphar.com/blog/post/20170412-golang-integration-coverage
Sorry, something went wrong.
No branches or pull requests
Should be possible by first running
go test -list . -json
: https://stackoverflow.com/questions/36938520/use-go-test-to-list-all-tests-caseThis could then be used to run all tests with coverage individually.
The text was updated successfully, but these errors were encountered: