Skip to content

Commit 8d4d07d

Browse files
committed
Update to codecov@v3
1 parent aa4182a commit 8d4d07d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- name: Set up perl
3535
run: |
3636
cpanm IO::Scalar # skip missing dependency on TAP::Harness::GithubActions
37-
cpanm --with-feature=ci --installdeps .
37+
cpanm --with-feature=ci --installdeps --notest .
3838
perl Build.PL
3939
./Build build
4040
- name: Run tests
4141
run: |
4242
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
4343
- name: Upload coverage to ☂️ Codecov
44-
uses: codecov/codecov-action@v2
44+
uses: codecov/codecov-action@v3
4545
if: matrix.perl == '5.30'
4646
with:
4747
file: cover_db/codecov.json

0 commit comments

Comments
 (0)