Skip to content

Commit

Permalink
Try adding -T to coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 30, 2024
1 parent ca1b9ab commit 97bf00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- run: cpanm --quiet --notest --installdeps .
- run: cpanm --quiet --notest App::Yath Devel::Cover Devel::Cover::Report::Coveralls UUID
- run: PERL5OPT="-MDevel::Cover" yath test --qvf t/
- run: PERL5OPT="-T -MDevel::Cover" yath test --qvf t/
- run: cover -report coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 97bf00b

Please sign in to comment.