Skip to content

Commit fbc1b81

Browse files
committed
fix syntax
1 parent 10f6f94 commit fbc1b81

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/coveralls.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 10
14+
fetch-tags: true
1215

1316
- name: Install Perl
1417
uses: shogo82148/actions-setup-perl@v1
@@ -17,13 +20,15 @@ jobs:
1720

1821
- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2
1922

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
2732

2833
- run: cpanm --installdeps -n -f ClamAV::Client Redis Time::TAI64
2934
- run: cpanm --installdeps -n -f .

0 commit comments

Comments
 (0)