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 84a900a commit 2f0503a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ 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

0 comments on commit 2f0503a

Please sign in to comment.