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 8383 node-version : 22
8484 - name : Install Playwright Browsers
8585 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 : true
8693 - name : Run Playwright tests
8794 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 }}
88106 test :
89107 runs-on : ubuntu-24.04
90108 name : Dockerless
You can’t perform that action at this time.
0 commit comments