Skip to content

ci: get test coverage working again #1

ci: get test coverage working again

ci: get test coverage working again #1

Workflow file for this run

on: ["push", "pull_request"]
name: Coveralls
jobs:
coverage:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.38
- run: cpanm --installdeps -n -f .
- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis Devel::Cover
- name: Run tests
env: HARNESS_PERL_SWITCHES: '-MDevel::Cover=+ignore,^t/'

Check failure on line 22 in .github/workflows/coveralls.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coveralls.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
run: prove -lrv t
- name: Coveralls
uses: coverallsapp/github-action@v2