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

Report coverage on more files #2

Closed
dhui opened this issue Jan 20, 2018 · 1 comment
Closed

Report coverage on more files #2

dhui opened this issue Jan 20, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dhui
Copy link
Member

dhui commented Jan 20, 2018

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

This may no longer be an issue in Go 1.10

@dhui
Copy link
Member Author

dhui commented Jan 20, 2018

I misread the Makefile. The coverage profile filename (specified via _$$(RAND).txt) is doing the right thing.

I'm not sure why coveralls only shows 9 files when many more files (like all the db drivers) must be covered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant