-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix CI builds #18
Fix CI builds #18
Conversation
prateek
commented
Apr 10, 2018
- Fix CI builds
- Migrate to Semaphore instead of travis
- Migrate to codecov.io instead of coveralls
- Misc README cleanup
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
=========================================
Coverage ? 62.07%
=========================================
Files ? 2
Lines ? 327
Branches ? 0
=========================================
Hits ? 203
Misses ? 114
Partials ? 10 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.
LGTM
install: install-glide | ||
( cd linters/badtime ; glide install -v) | ||
( cd utilities/mockclean ; glide install -v) | ||
TARGETS := \ |
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.
nit: is it worth adding a section to the README on the steps required to add a new package? e.g. adding the target here
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.
sure thing, added DEVELOPER.md
with notes