Skip to content

Bump actions/download-artifact from 3 to 4 #77

Bump actions/download-artifact from 3 to 4

Bump actions/download-artifact from 3 to 4 #77

Workflow file for this run

on: [push, pull_request]
name: Generate Coveralls report
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.32
- name: Run with coverage checking
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cpanm --installdeps .
cpanm Devel::Cover::Report::Coveralls
cover -test -report Coveralls