Skip to content

Commit

Permalink
Send code coverage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottLandsborough committed Dec 30, 2023
1 parent 5a9d5c5 commit d77b82f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: Build secrets

steps:
- uses: actions/checkout@v4
Expand All @@ -15,3 +16,7 @@ jobs:
run: go get ./...
- name: Run tests
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d77b82f

Please sign in to comment.