Skip to content

Commit

Permalink
add coverage to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkasun committed Dec 21, 2023
1 parent 3d3e043 commit 186afd5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
run: |
go vet ./...
go test -v ./...
- name: Update coverage report
uses: ncruses/go-coverage-report@v0
with:
report: true
chart: true
ammend: true
if: |
github.event_name=='push' || github.event_name=='workflow_dispatch'
continue-on-error: true

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 186afd5

Please sign in to comment.