Skip to content

Commit

Permalink
ci: add ncruces/go-coverage-report@v0
Browse files Browse the repository at this point in the history
  • Loading branch information
AzraelSec committed Dec 6, 2023
1 parent 803b7d3 commit c8ec3df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jobs:

- name: Test
run: go test -v ./...

- 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 c8ec3df

Please sign in to comment.