Skip to content

Commit

Permalink
new location of 'cover' script; pin perl to an exact sub-version so i…
Browse files Browse the repository at this point in the history
…t doesn't move again
  • Loading branch information
DrHyde committed Feb 24, 2021
1 parent f5869b5 commit ef2027c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
- uses: actions/checkout@v2
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.32
perl-version: 5.32.1
- name: Run with coverage checking
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cpanm --installdeps .
cpanm -v Devel::Cover::Report::Coveralls
sudo --preserve-env=GITHUB_TOKEN /opt/hostedtoolcache/perl/5.32.0/x64/bin/cover -test -report Coveralls
cpanm Devel::Cover::Report::Coveralls
sudo --preserve-env=GITHUB_TOKEN /opt/hostedtoolcache/perl/5.32.1/x64/bin/cover -test -report Coveralls

0 comments on commit ef2027c

Please sign in to comment.