Browse Source

Enable codeconv reporting

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
Flavio Crisciani 7 years ago
parent
commit
0482b29df1
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)