question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.coveralls.yml has no effect

See original GitHub issue

I’m having troubles both locally and on travis-pro:

Locally, coveralls appears to ignore my .coveralls.yml file

$ coveralls
You have to provide either repo_token in .coveralls.yml, or launch via Travis or CircleCI
$ cat .coveralls.yml
repo_token: abcdefghijklmnop

and on travis-pro with .coveralls.yml set to

service_name: travis-pro
repo_token: abcdefghijklmnop

the travis build logs tell me

$ coveralls
Submitting coverage to coveralls.io...
Coverage submitted!
Couldn't find a repository matching this job.
'url'

I’ve confirmed that the repo_token is equal to the token on the coveralls page. Am I missing a step? Options to debug this?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
jcass77commented, Sep 6, 2016

Adding pyyaml as a dependency worked for me both locally and using Travis - thanks!

3reactions
luiscomscommented, Dec 8, 2016

I gess that this line coveralls/api.py#L89 would be logged on stdout to warn pyyaml dependency.

Read more comments on GitHub >

github_iconTop Results From Across the Web

coveralls.yml has no effect · Issue #110 - GitHub
I'm having troubles both locally and on travis-pro: Locally, coveralls appears to ignore my .coveralls.yml file $ coveralls You have to ...
Read more >
Travis CI works correctly, but Coveralls doesn't see the builds
Save this answer. Show activity on this post. so the file is generated correctly in /app/builds/logs/clover. xml, and Coveralls now works fine.
Read more >
Common Issues & Troubleshooting - Coveralls Docs
Make sure you have “service_name: travis-pro” in your .coveralls.yml. ... If your membership of an organization is not publicized (your username isn't ...
Read more >
sbt-coveralls - Scaladex
SBT plugin that uploads scala code coverage to coveralls and integrates with Travis CI and GitHub Actions. This plugin uses scoverage to generate...
Read more >
Node + Mocha + Travis + Istanbul + Coveralls: Unit tests ...
Unit tests & code coverage metrics make it easier to work with your open source project. It (1) signals to users that the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found