Skip to content

Commit

Permalink
Add custom coverage profile
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBoychevMarinov committed Nov 28, 2023
1 parent 3f294f9 commit 57f56b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-coverage-report-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
with:
go-version: '1.21.0'
- name: test
run: go test -v ./...
run: go test -v ./... -coverprofile=coverage.out
- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
coverage-file: coverage.out
report: true
chart: true
amend: true
Expand Down

0 comments on commit 57f56b4

Please sign in to comment.