Skip to content

Commit cc83d5a

Browse files
author
Sara Sjunnebo
committed
add to codecov
1 parent 71782f7 commit cc83d5a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ env:
2323
- PARALLEL_VERSION=20170822
2424
install:
2525
- "source ./install_dependencies.sh"
26-
script: "ROARY_FULL_TESTS=1 dzil test"
26+
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

Comments
 (0)