Skip to content

Commit

Permalink
Add coverage report workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
greencoda committed Apr 11, 2024
1 parent fbe0db1 commit 6163278
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ jobs:

- name: Run Test
run: make test

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
report: true
chart: true
amend: true
reuse-go: true
if: |
github.event_name == 'push'
continue-on-error: true

0 comments on commit 6163278

Please sign in to comment.