Skip to content

Commit

Permalink
ci: pass CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Apr 9, 2024
1 parent 0a75661 commit 660f06c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:

coverage:
needs: ["lint", "build"]
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: "sablier-labs/reusable-workflows/.github/workflows/forge-coverage.yml@main"
with:
match-path: "test/{integration,unit}/**/*.sol"

0 comments on commit 660f06c

Please sign in to comment.