Skip to content

Commit b7b5285

Browse files
committed
wip
1 parent 5a2fec3 commit b7b5285

15 files changed

Lines changed: 4 additions & 3125 deletions

.github/workflows/ci-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
perl: '5.26'
2121
- os: macos-latest
2222
perl: latest
23+
fail-fast: false
2324
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
2425
steps:
2526
- uses: actions/checkout@v4
@@ -31,17 +32,16 @@ jobs:
3132
- name: Set up perl
3233
run: |
3334
cpanm --with-feature=ci --installdeps --notest .
34-
perl Build.PL
35-
./Build build
3635
- name: Run tests
3736
if: matrix.perl != 'latest'
3837
run: |
3938
TEST_SHARED=1 TEST_SUBREAPER=1 prove -l t
4039
- name: Run tests with coverage
4140
if: matrix.perl == 'latest'
4241
run: |
43-
TEST_SHARED=1 TEST_SUBREAPER=1 PERL5OPT="-MDevel::Cover=-coverage,statement" prove -l t
44-
cover -report codecovbash
42+
curl -O https://raw.githubusercontent.com/okurz/retry/refs/heads/main/count-fail-ratio
43+
chmod +x count-fail-ratio
44+
TEST_SHARED=1 TEST_SUBREAPER=1 PERL5OPT="-MDevel::Cover=-coverage,statement" runs=1000 ./count-fail-ratio prove -l t
4545
- name: Upload coverage to ☂️ Codecov
4646
uses: codecov/codecov-action@v5
4747
if: matrix.perl == 'latest'

t/00_compile.t

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)