Skip to content

Commit

Permalink
chore: Install convex-helpers (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Sep 7, 2024
1 parent 068553a commit 3af20f4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage-main
path: coverage
path: coverage-main

- name: Report coverage
if: always()
if: always()
uses: davelosert/[email protected]
with:
file-coverage-mode: all
json-summary-compare-path: coverage-main/coverage-summary.json
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@remixicon/react": "^4.2.0",
"@tanstack/react-router": "^1.52.5",
"convex": "^1.15.0",
"convex-helpers": "^0.1.56",
"lucide-react": "^0.438.0",
"next-themes": "^0.3.0",
"postcss": "^8.4.44",
Expand Down
26 changes: 26 additions & 0 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 3af20f4

Please sign in to comment.