Skip to content

Commit

Permalink
ci(github): set up codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
volmedo committed Nov 11, 2024
1 parent 53ed45e commit 838483b
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 838483b

Please sign in to comment.