Skip to content

Commit

Permalink
chore: update CI uploading of codecov
Browse files Browse the repository at this point in the history
Switch to github action, and away from npm package inline with codecov
docs.
  • Loading branch information
kanej committed Nov 14, 2024
1 parent ba13b37 commit f5e4dd8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 238 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,11 @@ jobs:
SOLIDITY_GOOGLE_TRACKING_ID: "dummy-value"
SOLIDITY_SENTRY_DSN: "dummy-value"
run: npm run package

- name: Publish code coverage
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./server/coverage/lcov.info
disable_search: true
Loading

0 comments on commit f5e4dd8

Please sign in to comment.