Skip to content
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

Always showing "First build on master at X%" on travis-ci push build #69

Open
dougnukem opened this issue Apr 20, 2016 · 4 comments
Open

Comments

@dougnukem
Copy link

Not sure if this is a goveralls or coveralls issue, but I'm always seeing coveralls.io report a travis-ci "push" build as "First build on master X%" instead of showing the code coverage diff. I am seeing code coverage diff for pull-request "PR" builds from travis-ci.

Is this a bad configuration that we can fix on our projects end?

Project: https://github.com/codingsince1985/geo-golang/
Language: Go
CI: Travis-CI
Coveralls Integration: goveralls and gover to aggregate coverage across multiple packages

  • goveralls -service=travis-ci -coverprofile=gover.coverprofile

https://coveralls.io/github/codingsince1985/geo-golang?branch=master

Maybe related to coveralls: lemurheavy/coveralls-public#610

@mattn
Copy link
Owner

mattn commented Sep 12, 2016

It seems problem already fixed?

@kiambogo
Copy link
Contributor

kiambogo commented Dec 6, 2019

I'm experiencing the same, across multiple private Go repos. Builds run and report on Codeship with:

#!/bin/bash

goveralls -coverprofile=coverage.out -service=codeship -repotoken $COVERALLS_TOKEN

All repos only show the very first master build, and will only report (notifications) of code coverage on brand new branches.

@gdm85
Copy link
Collaborator

gdm85 commented Nov 4, 2020

Could this be related to a failure at retrieving the git metadata? @dougnukem @kiambogo can you please try with master version of goveralls and enable -debug=true? We should be able to figure this out based on the payload sent to coveralls.io

@nbaztec
Copy link
Collaborator

nbaztec commented Nov 6, 2020

Seems like an intermittent issue on coveralls judging from coveralls-public#610 and python-pillow/Pillow#2060

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants