File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
+ with :
13
+ fetch-depth : 10
14
+ fetch-tags : true
12
15
13
16
- name : Install Perl
14
17
uses : shogo82148/actions-setup-perl@v1
@@ -17,13 +20,15 @@ jobs:
17
20
18
21
- run : cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2
19
22
20
- - name : install Devel::Cover
21
- uses : perl-actions/install-with-cpanm@v1
22
- with :
23
- sudo : true
24
- install : |
25
- Devel::Cover
26
- Redis
23
+ - name : Coveralls
24
+ uses : mihyaeru21/actions-report-coveralls-perl@v1
25
+
26
+ # - name: install Devel::Cover
27
+ # uses: perl-actions/install-with-cpanm@v1
28
+ # with:
29
+ # sudo: true
30
+ # install: |
31
+ # Devel::Cover
27
32
28
33
- run : cpanm --installdeps -n -f ClamAV::Client Redis Time::TAI64
29
34
- run : cpanm --installdeps -n -f .
You can’t perform that action at this time.
0 commit comments