Skip to content

Commit 1b1e33e

Browse files
committed
Update installation command in action.yml to use teamniteo/go-coverage-report
1 parent b18782d commit 1b1e33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
- name: Install report tool
7272
shell: bash
7373
run: |
74-
go clean -modcache && go install github.com/fgrosse/go-coverage-report/cmd/go-coverage-report@latest
74+
go clean -modcache && go install github.com/teamniteo/go-coverage-report/cmd/go-coverage-report@latest
7575
go-coverage-report --version
7676
- name: Determine changed files
7777
id: changed-files

0 commit comments

Comments
 (0)