From de92b93f24639676c5749819890e3c41c14f4d57 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Mon, 8 Apr 2024 11:30:52 -0400 Subject: [PATCH] Many scripts use taint mode --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index bc054b4..bc4b668 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 }}