Skip to content

Remove coveralls.io integration #1196

@jarifibrahim

Description

@jarifibrahim

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

badger/.travis.yml

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/toolsIssues related to maintenance tools and CLI.exp/beginnerSomething most people could solve.good first issueThese are simple issues that can be picked up by new contributorskind/maintenanceMaintenance tasks, such as refactoring, with no impact in features.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions