Skip to content

Commit

Permalink
🔁 Update lcov to Version 2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jan 22, 2025
1 parent bfe8205 commit 5412319
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
os:
- ubuntu-latest
ruby_version:
- 3.3
- 3.4

steps:
- name: Checkout
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,13 @@ jobs:
- name: Set up LCOV
uses: hrishikesh-kadam/setup-lcov@v1
with:
ref: v2.2
ref: v2.3

- name: Run coverage
run: NO_COLOR=1 forge coverage --report summary --report lcov --lcov-version 2.2 >> $GITHUB_STEP_SUMMARY
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
NO_COLOR=1 forge coverage --report summary --report lcov --lcov-version 2.3 >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
env:
FOUNDRY_PROFILE: default

Expand All @@ -167,7 +170,7 @@ jobs:
lcov-file: ./lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}

# The following steps act as a temporary workaround, as LCOV `2.2` is not yet supported
# The following steps act as a temporary workaround, as LCOV `2.3` is not yet supported
# in `zgosalvez/github-actions-report-lcov@v4`: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
- name: Set up LCOV `1.16`
run: |
Expand Down
6 changes: 3 additions & 3 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"next": "^15.1.5",
"next": "^15.1.6",
"next-themes": "^0.4.4",
"prismjs": "^1.29.0",
"react": "^19.0.0",
Expand All @@ -41,14 +41,14 @@
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@next/eslint-plugin-next": "^15.1.5",
"@next/eslint-plugin-next": "^15.1.6",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.5",
"eslint-config-next": "^15.1.6",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"next-seo": "^6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/forge-std
110 changes: 55 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5412319

Please sign in to comment.