Skip to content

Commit c721107

Browse files
committed
CI: Simply use version 'latest' for codecov upload
1 parent 1a0b14c commit c721107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
3939
- name: Upload coverage to ☂️ Codecov
4040
uses: codecov/codecov-action@v3
41-
if: matrix.perl == '5.40'
41+
if: matrix.perl == 'latest'
4242
with:
4343
file: cover_db/codecov.json
4444
fail_ci_if_error: true

0 commit comments

Comments
 (0)