Skip to content

Commit a10774e

Browse files
committed
👷 Update zgosalvez/github-actions-report-lcov to Version v5
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 6e3db2d commit a10774e

4 files changed

Lines changed: 192 additions & 200 deletions

File tree

.github/workflows/test-createx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

interface/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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",
@@ -57,7 +57,7 @@
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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
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
}

0 commit comments

Comments
 (0)