We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4493bd commit b0ca07fCopy full SHA for b0ca07f
github-actions/ci-dist/action.yml
@@ -405,7 +405,7 @@ runs:
405
echo "::group::test (with coverage)"
406
cd ${{ inputs.path }}
407
$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
+ $MYPERL -S cpanm -n git://github.com/PDLPorters/Devel--Cover.git@patches || cat ~/.cpanm/build.log
409
$TEST_RUNNER_PREFIX $MYPERL -S cover -test -relative_only -gcov_chdir -report Coveralls
410
echo "::endgroup::"
411
fi
0 commit comments