Skip to content

Commit

Permalink
add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
knbr13 committed Feb 19, 2024
1 parent 23a2be3 commit d32575c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
test:
Expand All @@ -27,3 +28,9 @@ jobs:

- name: Run tests
run: go test ./...

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: knbr13/gitcs

0 comments on commit d32575c

Please sign in to comment.