Browse Source

Merge pull request #1923 from fcrisciani/codeconv

Enable codeconv reporting
Flavio Crisciani 7 years ago
parent
commit
622f192c35
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libnetwork/circle.yml

+ 2 - 0
libnetwork/circle.yml

@@ -12,3 +12,5 @@ dependencies:
 test:
   override:
     - make circle-ci
+  post:
+    - bash <(curl -s https://codecov.io/bash)