I have a private spring boot project stored in github. It's integated with Travis CI. I tried to integrate with coveralls and I added configuration scripts/tokens in .coveralls.yml and .travis.yml files.
The problem is that I can not see my coverage report anywhere.
Coveralls web site
There have been no builds for this repo.
Travis Console Log
[INFO] Successfully wrote Coveralls data in 109ms
[INFO] Gathered code coverage metrics for 31 source files with 1542 lines of code:
Successfully wrote Coveralls data in 109ms
[INFO] Gathered code coverage metrics for 31 source files with 1542 lines of code:
[INFO] - 431 relevant lines
[INFO] - 174 covered lines
[INFO] - 257 missed lines
[INFO] Submitting Coveralls data to API
[INFO] Successfully submitted Coveralls data in 643ms for Job #140.1
[INFO] https://coveralls.io/jobs/25499381
[INFO] *** It might take hours for Coveralls to update the actual coverage numbers for a job
[INFO] If you see question marks in the report, please be patient
The project with related job id is not mine, but source files are related with my project