We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a05891 commit 0b3f3edCopy full SHA for 0b3f3ed
1 file changed
.github/workflows/ci-tests.yaml
@@ -35,7 +35,8 @@ jobs:
35
./Build build
36
- name: Run tests
37
run: |
38
- TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
+ TEST_SHARED=1 TEST_SUBREAPER=1 -MDevel::Cover=-coverage,statement prove -l t
39
+ cover -report codecovbash
40
- name: Upload coverage to ☂️ Codecov
41
uses: codecov/codecov-action@v5
42
if: matrix.perl == 'latest'
0 commit comments