We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb8789 commit 89f26c9Copy full SHA for 89f26c9
perl-module-windows.yml
@@ -1,5 +1,5 @@
1
# brian's standard GitHub Actions Windows config for Perl 5 modules
2
-# version 20240130.001
+# version 20240524.001
3
# https://github.com/briandfoy/github_workflows
4
# https://github.com/features/actions
5
# This file is licensed under the Artistic License 2.0
@@ -98,8 +98,10 @@ jobs:
98
perl Makefile.PL
99
make disttest
100
make clean
101
-# And, coverage reports
+# And, coverage reports. Windows Devel::Coverage can't handle threads,
102
+# so set the env var WINDOWS_SKIP_COVERAGE to skip this part.
103
- name: Run coverage tests
104
+ if: env.WINDOWS_SKIP_COVERAGE != 0
105
env:
106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107
run: |
0 commit comments