Skip to content

Commit b0ca07f

Browse files
committed
Update Devel::Cover repo and branch with several patches
These patches are being maintained here as they are needed for proper coverage of PDLPorters code.
1 parent b4493bd commit b0ca07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/ci-dist/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ runs:
405405
echo "::group::test (with coverage)"
406406
cd ${{ inputs.path }}
407407
$MYPERL -S cpanm -n Devel::Cover::Report::Coveralls || cat ~/.cpanm/build.log
408-
$MYPERL -S cpanm git://github.com/mohawk2/Devel--Cover.git@deepdirs || cat ~/.cpanm/build.log
408+
$MYPERL -S cpanm -n git://github.com/PDLPorters/Devel--Cover.git@patches || cat ~/.cpanm/build.log
409409
$TEST_RUNNER_PREFIX $MYPERL -S cover -test -relative_only -gcov_chdir -report Coveralls
410410
echo "::endgroup::"
411411
fi

0 commit comments

Comments
 (0)