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
The coverage profile filename specified to each test run (via test-with-flags) is re-used. e.g. The filename is not regenerated for each go test call
test-with-flags
go test
This may no longer be an issue in Go 1.10
The text was updated successfully, but these errors were encountered:
I misread the Makefile. The coverage profile filename (specified via _$$(RAND).txt) is doing the right thing.
_$$(RAND).txt
I'm not sure why coveralls only shows 9 files when many more files (like all the db drivers) must be covered.
Sorry, something went wrong.
Run tests so that coverage profiles don't need to be manually concate…
481bf0f
…nated Addresses: golang-migrate#2
203dbcd
…nated Addresses: golang-migrate/migrate#2
No branches or pull requests
The coverage profile filename specified to each test run (via
test-with-flags
) is re-used. e.g. The filename is not regenerated for eachgo test
callThis may no longer be an issue in Go 1.10
The text was updated successfully, but these errors were encountered: