-
Notifications
You must be signed in to change notification settings - Fork 70
Add Codecov #42
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
Add Codecov #42
Conversation
Add to ignore coverage.txt
Added to help run codecov
Add Codecov badge
Add makefile for codecov tests
Codecov Report
@@ Coverage Diff @@
## master #42 +/- ##
=========================================
Coverage ? 45.83%
=========================================
Files ? 3
Lines ? 96
Branches ? 0
=========================================
Hits ? 44
Misses ? 49
Partials ? 3 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @yoavrotems . Good job. I've left some comments though.
In longer term I would suggest using GO1111MODS explicitly, i.e. go mod init in docker-bench and the same for bench-common. Otherwise the go.mod file is created on Travis while executing tests. go.mod should be version with explicit dependencies. @lizrice WDYT?
No description provided.