Skip to content

Commit 9ed208b

Browse files
author
Flavio Crisciani
committed
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>
1 parent 659480c commit 9ed208b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ test:
1313
override:
1414
- make circle-ci
1515
post:
16-
- bash <(curl -s https://codecov.io/bash)
16+
- bash <(curl -s https://codecov.io/bash) -C "$(git log --format="%H" -n 1)"

0 commit comments

Comments
 (0)