Skip to content

Commit

Permalink
Many scripts use taint mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Apr 8, 2024
1 parent e3ef19a commit de92b93
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
- 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 }}

0 comments on commit de92b93

Please sign in to comment.