File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 83
83
node-version : 22
84
84
- name : Install Playwright Browsers
85
85
run : ./bin/install-playwright
86
+ - name : Install Codecovbash
87
+ uses : perl-actions/install-with-cpm@v1
88
+ with :
89
+ install : |
90
+ Devel::Cover
91
+ Devel::Cover::Report::Codecovbash
92
+ sudo : false
86
93
- name : Run Playwright tests
87
94
run : npx playwright test
95
+ env :
96
+ PERL5OPT : " -MDevel::Cover=+ignore,^local/|^templates/|^t/|yaml$"
97
+ - name : Generate Codecov report
98
+ if : steps.coverage.outputs.enabled
99
+ run : cover -report codecovbash
100
+ - uses : codecov/codecov-action@v5
101
+ if : steps.coverage.outputs.enabled
102
+ with :
103
+ fail_ci_if_error : true
104
+ file : ./cover_db/codecov.json
105
+ token : ${{ secrets.CODECOV_TOKEN }}
88
106
test :
89
107
runs-on : ubuntu-24.04
90
108
name : Dockerless
You can’t perform that action at this time.
0 commit comments