Skip to content

Commit

Permalink
ci: Add codecov config (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
raeperd committed Nov 4, 2024
1 parent 2379f81 commit 26f9ce4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Go

on: [ push, pull_request ]
jobs:

jobs:
build:
runs-on: ubuntu-latest
steps:
Expand All @@ -13,5 +11,7 @@ jobs:
cache: true
- run: make build
- run: make test
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}k

# TODO: Add codecov

0 comments on commit 26f9ce4

Please sign in to comment.