.coveralls.yml has no effect
See original GitHub issueI’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:
- Created 7 years ago
- Comments:10 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Adding
pyyaml
as a dependency worked for me both locally and using Travis - thanks!I gess that this line coveralls/api.py#L89 would be logged on stdout to warn
pyyaml
dependency.