Skip to content

Commit

Permalink
chore: Update coverage location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 21, 2024
1 parent 2499c11 commit 9f556ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 # 1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: 'packages/perf-bench'

- name: Upload coverage to Codecov
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3
with:
files: packages/perf-bench/coverage/lcov.info

0 comments on commit 9f556ad

Please sign in to comment.