File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -21,24 +21,23 @@ jobs:
2121 - ' 5.26'
2222 - ' 5.28'
2323 - ' 5.30'
24- name : Perl ${{ matrix.perl }} on ${{ matrix.os }}
24+ name : 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
2525 steps :
2626 - uses : actions/checkout@v2
2727 - uses : shogo82148/actions-setup-perl@v1
28+ with :
29+ perl-version : ${{ matrix.perl }}
2830 - name : perl -V
2931 run : perl -V
3032 - name : Set up perl
31- # with:
32- # perl-version: ${{ matrix.perl }}
3333 run : |
34- cpanm --installdeps .
35- cpanm -n Test::Pod Test::Pod::Coverage Module::Build Devel::Cover Devel::Cover::Report::Codecovbash
34+ cpanm --with-develop --installdeps .
3635 perl Build.PL
3736 ./Build build
3837 - name : Run tests
3938 run : |
4039 TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
41- - name : Upload coverage to Codecov
40+ - name : Upload coverage to ☂️ Codecov
4241 uses : codecov/codecov-action@v2
4342 if : matrix.perl == '5.30'
4443 with :
Original file line number Diff line number Diff line change 1- requires ' Mojolicious' , ' 7.24 ' ;
1+ requires ' Mojolicious' ;
22requires ' IPC::SharedMem' ;
33
44on configure => sub {
@@ -7,5 +7,11 @@ on configure => sub {
77};
88
99on test => sub {
10- requires ' Test::More' , ' 0.98 ' ;
10+ requires ' Test::More' ;
1111};
12+ on develop => sub {
13+ requires ' Devel::Cover::Report::Codecovbash' ;
14+ requires ' Devel::Cover' ;
15+ requires ' Test::Pod::Coverage' ;
16+ requires ' Test::Pod' ;
17+ }
You can’t perform that action at this time.
0 commit comments