Skip to content

Commit

Permalink
👷 fml 5
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 18, 2024
1 parent d7129e2 commit 5d8c2e4
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 93 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,16 @@ jobs:
env:
FOUNDRY_PROFILE: default

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

- name: Set up LCOV
uses: hrishikesh-kadam/setup-lcov@v1
with:
ref: v2.2

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

# See https://github.com/ScopeLift/foundry-template/blob/fd3875d2e99a65dec19431723d6516b4ed76746e/.github/workflows/ci.yml#L49-L78.
- name: Remove unnecessary `test` directory
run: lcov --branch-coverage --remove lcov.info 'test/*' --output-file lcov.info --ignore-errors inconsistent,inconsistent
Expand Down
8 changes: 4 additions & 4 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.0",
"next": "^15.1.1",
"next-themes": "^0.4.4",
"prismjs": "^1.29.0",
"react": "^19.0.0",
Expand All @@ -41,21 +41,21 @@
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@next/eslint-plugin-next": "^15.1.0",
"@next/eslint-plugin-next": "^15.1.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"eslint-config-next": "^15.1.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"next-seo": "^6.6.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/forge-std
Submodule forge-std updated 2 files
+19 −0 src/Vm.sol
+1 −1 test/Vm.t.sol
2 changes: 1 addition & 1 deletion lib/solady
Loading

0 comments on commit 5d8c2e4

Please sign in to comment.