Skip to content

Commit 0b3f3ed

Browse files
committed
WIP
1 parent 6a05891 commit 0b3f3ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
./Build build
3636
- name: Run tests
3737
run: |
38-
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test -report codecovbash
38+
TEST_SHARED=1 TEST_SUBREAPER=1 -MDevel::Cover=-coverage,statement prove -l t
39+
cover -report codecovbash
3940
- name: Upload coverage to ☂️ Codecov
4041
uses: codecov/codecov-action@v5
4142
if: matrix.perl == 'latest'

0 commit comments

Comments
 (0)