Skip to content

Commit 9d71b5b

Browse files
author
Flavio Crisciani
authored
Merge pull request #1981 from fcrisciani/fix-code
Explicitly pass the sha to codecov
2 parents 659480c + 9ed208b commit 9d71b5b

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)