Skip to content

Commit

Permalink
ci(github): set up codecov (#4)
Browse files Browse the repository at this point in the history
set up codecov by passing the token to the reusable workflow

ref: storacha/project-tracking#173
  • Loading branch information
volmedo authored Nov 12, 2024
2 parents 53ed45e + 838483b commit 05b01bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go Test
on:
pull_request:
push:
branches: ["main"]
branches: ['main']
workflow_dispatch:

permissions:
Expand All @@ -17,4 +17,6 @@ jobs:
go-test:
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
with:
go-versions: '["this"]'
go-versions: '["this"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 05b01bc

Please sign in to comment.