Skip to content

Commit

Permalink
Integrate Codecov for Coverage (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 authored Jan 17, 2025
1 parent 94f31d9 commit 4b66d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
uses: ./.github/actions/setup
- name: Run coverage
run: npm run coverage
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

tests-foundry:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b66d2c

Please sign in to comment.