Skip to content

Commit ee04e69

Browse files
committed
WIP
1 parent 0b3f3ed commit ee04e69

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
@@ -35,7 +35,7 @@ jobs:
3535
./Build build
3636
- name: Run tests
3737
run: |
38-
TEST_SHARED=1 TEST_SUBREAPER=1 -MDevel::Cover=-coverage,statement prove -l t
38+
TEST_SHARED=1 TEST_SUBREAPER=1 PERL5OPT="-MDevel::Cover=-coverage,statement" prove -l t
3939
cover -report codecovbash
4040
- name: Upload coverage to ☂️ Codecov
4141
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)