Report coverage to Codecov as well as Coveralls
Dagfinn Ilmari Mannsåker [Tue, 16 Jan 2018 18:21:46 +0000 (18:21 +0000)]
Devel::Cover::Report::Codecov 0.22 works on perl 5.8

.travis.yml

index 9296dc3..f4b11d4 100644 (file)
@@ -21,7 +21,7 @@ perl:
   - "5.8"
 env:
   global:
-    - COVERAGE="coveralls"
+    - COVERAGE="coveralls codecov"
     - DBICTEST_PG_DSN=dbi:Pg:dbname=sqlt_test
     - DBICTEST_PG_USER=postgres
 matrix: