Description
- The coverage links provided by Codecov are broken.
E.g. in this PR, none of the links in either the PR comment or in the commit statuses is working. All gives a 500 Server Error back.
- The coverage delta calculation doesn’t seem right.
In the same above PR, the comment suggests coverage changes to some flags. Coverage for both the PR base commit and PR head commit are available at Codecov. If I take a look at the “Files” tab in each commit, and compare between these two commits, I see only some slight line changes (< 1%). But the coverage changes posted by Codecov in the PR comment suggests substantial changes (a couple of numbers all > 10%). Any idea what’s going on?
- PR comment settings in codecov.yml not being honored?
The codecov.yml file in the repo specifies the comment to only include “header”, “flags”, “files”, and “footer”. However, in the comment that Codecov actually posted in the PR, the “Reach graph” and the “Diff table” is also included.
Any answer or help would be appreciated! Thanks!