We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4182a commit 8d4d07dCopy full SHA for 8d4d07d
1 file changed
.github/workflows/ci-tests.yaml
@@ -34,14 +34,14 @@ jobs:
34
- name: Set up perl
35
run: |
36
cpanm IO::Scalar # skip missing dependency on TAP::Harness::GithubActions
37
- cpanm --with-feature=ci --installdeps .
+ cpanm --with-feature=ci --installdeps --notest .
38
perl Build.PL
39
./Build build
40
- name: Run tests
41
42
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
43
- name: Upload coverage to ☂️ Codecov
44
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
45
if: matrix.perl == '5.30'
46
with:
47
file: cover_db/codecov.json
0 commit comments