-
Notifications
You must be signed in to change notification settings - Fork 156
codecov fails in CircleCI on merge commits #134
Comments
Was this fixed? I see some messages along the lines of: |
* rebased commits specific to modify keybindings for intercept backspace * added keybind initialization to eval-frame * move keybindings to shared * "moved keybindings back to editor and added handleInterceptBackspace to shared" * code coverage fails on merge commit reference issue codecov/codecov-bash#134 * empty commit code coverage failes on merge commit
Still not fixed. Is this just a CircleCI issue? |
@evantorrie would you be able to supply a circleci build URL? |
@thomasrockhu Here's an example. Check the The corresponding commit was a "merge" from master into the PR. Here's a link to the PR. |
Thanks @evantorrie, this is going to take a bit of time to investigate properly to handle all use cases. For now, the workaround is to specify |
Thanks @thomasrockhu. Regarding using I opened codecov/codecov-circleci-orb#48 to address this, but it doesn't appear that a reviewer has looked at that yet. |
@eps1lon, @alejandrovelez7, @evantorrie, we recently made some changes to the bash uploader here. Would you mind taking a look to see if this is still an issue? |
We're using |
@thomasrockhu We've transitioned to Buildkite since then so can't help out sadly! We got around this at the time by squashing our PRs too if that helps. |
When running
bash <(curl -s https://codecov.io/bash)
on a PR in CircleCI that has a merge commit as the latest commit codecov will fail withFull report
I guess this fixable on our end if we call it with
-C $CIRCLE_SHA1
or simply add empty commits after merges but I'd like to understand the reason for that behavior.The text was updated successfully, but these errors were encountered: