Selaa lähdekoodia

Merge pull request #1981 from fcrisciani/fix-code

Explicitly pass the sha to codecov
Flavio Crisciani 7 vuotta sitten
vanhempi
commit
d9299e99ea
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      libnetwork/circle.yml

+ 1 - 1
libnetwork/circle.yml

@@ -13,4 +13,4 @@ test:
   override:
     - make circle-ci
   post:
-    - bash <(curl -s https://codecov.io/bash)
+    - bash <(curl -s https://codecov.io/bash) -C "$(git log --format="%H" -n 1)"