Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jan 16, 2025
1 parent 874f246 commit e464053
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Coveralls

on: ["push", "pull_request"]

name: Coveralls

jobs:

coverage:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,7 +17,8 @@ jobs:
- 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/'
with:
env: HARNESS_PERL_SWITCHES: '-MDevel::Cover=+ignore,^t/'
run: prove -lrv t

- name: Coveralls
Expand Down

0 comments on commit e464053

Please sign in to comment.