mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Explicitly pass the sha to codecov
In case of merge commit, the sha passed to the codecov tool is the one of the merged commit intstead of the merge commit this creates error because the base commit is always different. Passing it explicitely should fix it Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
This commit is contained in:
parent
26ad4ebbd8
commit
da1e931693
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ test:
|
||||||
override:
|
override:
|
||||||
- make circle-ci
|
- make circle-ci
|
||||||
post:
|
post:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash) -C "$(git log --format="%H" -n 1)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue