We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71782f7 commit cc83d5aCopy full SHA for cc83d5a
.travis.yml
@@ -23,4 +23,10 @@ env:
23
- PARALLEL_VERSION=20170822
24
install:
25
- "source ./install_dependencies.sh"
26
-script: "ROARY_FULL_TESTS=1 dzil test"
+before_script:
27
+ - cpanm --quiet --notest Dist::Zilla::App::Command::cover
28
+ - cpanm --quiet --notest --skip-satisfied Devel::Cover::Report::Codecov
29
+script:
30
+ - ROARY_FULL_TESTS=1 dzil test
31
+after_success:
32
+ - dzil cover -test -report codecov
0 commit comments