1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #1981 from fcrisciani/fix-code

Explicitly pass the sha to codecov
This commit is contained in:
Flavio Crisciani 2017-10-12 10:22:37 -07:00 committed by GitHub
commit d9299e99ea

View file

@ -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)"