File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 github-token : ${{ secrets.GITHUB_TOKEN }}
177177
178178 # The following steps act as a temporary workaround, as LCOV `2.3.1` is not yet supported
179- # in `zgosalvez/github-actions-report-lcov@v4 `: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
179+ # in `zgosalvez/github-actions-report-lcov@v5 `: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
180180 - name : Set up LCOV `1.16`
181181 run : |
182182 wget https://github.com/linux-test-project/lcov/releases/download/v1.16/lcov-1.16.tar.gz
@@ -197,7 +197,7 @@ jobs:
197197 run : lcov --remove lcov.info 'test/*' --output-file lcov.info --rc lcov_branch_coverage=1
198198
199199 - name : Verify minimum coverage
200- uses : zgosalvez/github-actions-report-lcov@v4
200+ uses : zgosalvez/github-actions-report-lcov@v5
201201 with :
202202 coverage-files : ./lcov.info
203203 minimum-coverage : 100
Original file line number Diff line number Diff line change 4444 "@next/eslint-plugin-next" : " ^15.5.4" ,
4545 "@tailwindcss/postcss" : " ^4.1.13" ,
4646 "@trivago/prettier-plugin-sort-imports" : " ^5.2.2" ,
47- "@types/node" : " ^24.6.0 " ,
47+ "@types/node" : " ^24.6.1 " ,
4848 "@types/react" : " ^19.1.16" ,
4949 "@types/react-dom" : " ^19.1.9" ,
5050 "autoprefixer" : " ^10.4.21" ,
5757 "prettier" : " ^3.6.2" ,
5858 "prettier-plugin-tailwindcss" : " ^0.6.14" ,
5959 "tailwindcss" : " ^4.1.13" ,
60- "typescript" : " ^5.9.2 " ,
60+ "typescript" : " ^5.9.3 " ,
6161 "typescript-eslint" : " ^8.45.0"
6262 }
6363}
Original file line number Diff line number Diff line change 253253 "solhint" : " ^6.0.1" ,
254254 "ts-node" : " ^10.9.2" ,
255255 "typechain" : " ^8.3.2" ,
256- "typescript" : " ^5.9.2 " ,
256+ "typescript" : " ^5.9.3 " ,
257257 "typescript-eslint" : " ^8.45.0"
258258 }
259259}
You can’t perform that action at this time.
0 commit comments