We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0b14c commit c721107Copy full SHA for c721107
1 file changed
.github/workflows/ci-tests.yaml
@@ -38,7 +38,7 @@ jobs:
38
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
39
- name: Upload coverage to ☂️ Codecov
40
uses: codecov/codecov-action@v3
41
- if: matrix.perl == '5.40'
+ if: matrix.perl == 'latest'
42
with:
43
file: cover_db/codecov.json
44
fail_ci_if_error: true
0 commit comments