소스 검색

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