瀏覽代碼

Merge pull request #1981 from fcrisciani/fix-code

Explicitly pass the sha to codecov
Flavio Crisciani 7 年之前
父節點
當前提交
d9299e99ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libnetwork/circle.yml

+ 1 - 1
libnetwork/circle.yml

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