Description
I’m seeing some inconsistency in how:
-
code coverage status entry is added to a PR
-
the way summary report is posted to a PR
Codecov status entry in PR - for some reason it’s not added to the PR, despite the fact that I explicitly configured that Codecov doesn’t require passing CI. The report is generated on Codecov side for the PR commit, so it’s not like it is missing.
Report, I don’t understand why it is not posted to the PR. Had it working at some point but after that it was randomly added or missing for PRs.
Note, you’ll see that at some point Coveralls integration was added to the project in parallel - as we started to consider it as well.
Repository
Versions
Not sure if it applies but we’re using chrome on win10’s and macs.
Additional Information
All the config can be found codecov.yml.
This GH project is basically a fork to test the CC integrations. The configuration is rather strict as we require 100% CC on the production project.