Skip to content

Commit

Permalink
using the marketplace version
Browse files Browse the repository at this point in the history
  • Loading branch information
mga-chka committed Sep 27, 2023
1 parent 5d75729 commit f6f2a19
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Test
run: go test -v ./...

- name: Update coverage badge
uses: ncruces/go-coverage-report@main
- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
report: 'true'
chart: 'true'

0 comments on commit f6f2a19

Please sign in to comment.