Closed elchininet closed 3 weeks ago
@NemesisRE, coveralls is already set up in this pull request (it is now in the list of checks), but for some reason it is not commenting in the pull request with the coverage information. Is this option already set?
The option is set including the checkbox at the bottom cause it was checked in your last screenshot
The option is set including the checkbox at the bottom cause it was checked in your last screenshot
The checkbox is not needed, only the radio button. I need to check what else is needed apart from that.
Maybe comments are added after the coverage from master is taken (coveralls comments are a comparison of the master coverage with the pull request coverage). So, let's merge this is first.
@NemesisRE,
Also, when the coverage from master is generated, add the test
and coveralls
status checks to avoid merging a merge request if these two jobs are not successful.
Maybe comments are added after the coverage from master is taken (coveralls comments are a comparison of the master coverage with the pull request coverage). So, let's merge this is first.
Yes, this was the issue. The Coveralls bot is already commenting on pull requests.
This pull request uploads the coverage report to Coveralls using the
coverallsapp
Github action and adds a coverage badge to the README.