-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area/toolsIssues related to maintenance tools and CLI.Issues related to maintenance tools and CLI.exp/beginnerSomething most people could solve.Something most people could solve.good first issueThese are simple issues that can be picked up by new contributorsThese are simple issues that can be picked up by new contributorskind/maintenanceMaintenance tasks, such as refactoring, with no impact in features.Maintenance tasks, such as refactoring, with no impact in features.
Description
Coverall.io integration fails frequently which leads to a failed build. We should remove it.
See example build https://travis-ci.org/dgraph-io/badger/jobs/636936733?utm_medium=notification&utm_source=github_status
Lines 24 to 29 in 5870b7b
| before_script: | |
| - go get github.com/mattn/goveralls | |
| script: | |
| - bash contrib/cover.sh $HOME/build coverage.out || travis_terminate 1 | |
| - goveralls -service=travis-ci -coverprofile=coverage.out || true | |
| - goveralls -coverprofile=coverage.out -service=travis-ci |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/toolsIssues related to maintenance tools and CLI.Issues related to maintenance tools and CLI.exp/beginnerSomething most people could solve.Something most people could solve.good first issueThese are simple issues that can be picked up by new contributorsThese are simple issues that can be picked up by new contributorskind/maintenanceMaintenance tasks, such as refactoring, with no impact in features.Maintenance tasks, such as refactoring, with no impact in features.