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:
commit
d9299e99ea
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