Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

# The following steps act as a temporary workaround, as LCOV `2.3.1` is not yet supported
# in `zgosalvez/github-actions-report-lcov@v4`: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
# in `zgosalvez/github-actions-report-lcov@v5`: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
- name: Set up LCOV `1.16`
run: |
wget https://github.com/linux-test-project/lcov/releases/download/v1.16/lcov-1.16.tar.gz
Expand All @@ -197,7 +197,7 @@ jobs:
run: lcov --remove lcov.info 'test/*' --output-file lcov.info --rc lcov_branch_coverage=1

- name: Verify minimum coverage
uses: zgosalvez/github-actions-report-lcov@v4
uses: zgosalvez/github-actions-report-lcov@v5
with:
coverage-files: ./lcov.info
minimum-coverage: 100
4 changes: 2 additions & 2 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@next/eslint-plugin-next": "^15.5.4",
"@tailwindcss/postcss": "^4.1.13",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^24.6.0",
"@types/node": "^24.6.1",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"autoprefixer": "^10.4.21",
Expand All @@ -57,7 +57,7 @@
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"solhint": "^6.0.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0"
}
}
Loading
Loading