You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to generate a test coverage badge for my project using Coveralls. However, as this is my first time working with this tool, I have encountered some unexpected issues that I have been unable to resolve myself. The test report is being generated, but the coverage badge is not displaying as expected.
The situation is similar to the one described in the issue (#1414) but there are some differences in my case. this my process below.
After committing my code to GitHub
Travis CI performs the build and sends the test report to Coveralls using the following command
I can see that Coveralls is receiving the test report and recognizes that it is from a Travis CI build. However, there is no branch information included, which I believe is the reason why the coverage badge is not being displayed.
this is my repo https://coveralls.io/github/Dolov/ctrl-timer
I have tried delete coverall repos、set travis env -repotoken $COVERALLS_TOKEN、change other branch, but none of it worked.
I look forward to your response and assistance in resolving this issue. Thank you.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to generate a test coverage badge for my project using Coveralls. However, as this is my first time working with this tool, I have encountered some unexpected issues that I have been unable to resolve myself. The test report is being generated, but the coverage badge is not displaying as expected.
The situation is similar to the one described in the issue (#1414) but there are some differences in my case. this my process below.
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -v
I can see that Coveralls is receiving the test report and recognizes that it is from a Travis CI build. However, there is no branch information included, which I believe is the reason why the coverage badge is not being displayed.
this is my repo https://coveralls.io/github/Dolov/ctrl-timer
I have tried delete coverall repos、set travis env -repotoken $COVERALLS_TOKEN、change other branch, but none of it worked.
I look forward to your response and assistance in resolving this issue. Thank you.
The text was updated successfully, but these errors were encountered: