m-lab / go

General purpose libraries / APIs for use in mlab code.
Apache License 2.0
5 stars 6 forks source link

Run integration tests conditionally #53

Closed stephen-soltesz closed 5 years ago

stephen-soltesz commented 5 years ago

This change aims to fix travis cron builds for the m-lab/go repo. Currently they fail due to the credentials missing. This change should disable integration tests for cron & forked builds, and forked PRs.


This change is Reviewable

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 434


Totals Coverage Status
Change from base Build 412: 5.6%
Covered Lines: 501
Relevant Lines: 624

💛 - Coveralls
stephen-soltesz commented 5 years ago

Never mind right now. I don't care to debug other unit tests right now.