Skip to content

Commit

Permalink
use custom Devel::Cover for better coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 13, 2021
1 parent ea6863e commit 56be752
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cpanm -n Devel::Cover::Report::Coveralls
HARNESS_OPTIONS='j4' cover -test -report Coveralls
cpanm git://github.com/mohawk2/Devel--Cover.git@deepdirs
HARNESS_OPTIONS='j4' cover -test -relative_only -gcov_chdir -report Coveralls
non-linux:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 56be752

Please sign in to comment.