Explorar o código

Fix codecov arguments, make required.

Jelmer Vernooij %!s(int64=8) %!d(string=hai) anos
pai
achega
3633175e47
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -36,5 +36,5 @@ script:
   - mv .coverage .coverage.unit-cext
 
 after_success:
-  - codecov -F unit-noext -f .coverage.unit-noext
-  - codecov -F unit-cext -f .coverage.unit-cext
+  - codecov --flags unit-noext --file .coverage.unit-noext --required
+  - codecov --flags unit-cext --file .coverage.unit-cext --required