From ef2027c4378251208fcc1ae83ca978fcdadd0b9e Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 24 Feb 2021 23:30:17 +0000 Subject: [PATCH] new location of 'cover' script; pin perl to an exact sub-version so it doesn't move again --- .github/workflows/coveralls.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index fd4817f..fc13f08 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -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