|
1 | 1 | <h1 align="center">Go Coverage Report</h1> |
2 | 2 | <p align="center">A CLI tool and GitHub Action to post Go code coverage reports as comment to your pull requests.</p> |
3 | 3 | <p align="center"> |
4 | | - <a href="https://github.com/fgrosse/go-coverage-report/releases"><img src="https://img.shields.io/github/tag/fgrosse/go-coverage-report.svg?label=version&color=brightgreen"></a> |
5 | | - <a href="https://github.com/fgrosse/go-coverage-report/actions/workflows/ci.yml"><img src="https://github.com/fgrosse/go-coverage-report/actions/workflows/ci.yml/badge.svg"></a> |
6 | | - <a href="https://github.com/fgrosse/go-coverage-report/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD--3--Clause-blue.svg"></a> |
| 4 | + <a href="https://github.com/LanderK-Bondaval/go-coverage-report/releases"><img src="https://img.shields.io/github/tag/LanderK-Bondaval/go-coverage-report.svg?label=version&color=brightgreen"></a> |
| 5 | + <a href="https://github.com/LanderK-Bondaval/go-coverage-report/actions/workflows/ci.yml"><img src="https://github.com/LanderK-Bondaval/go-coverage-report/actions/workflows/ci.yml/badge.svg"></a> |
| 6 | + <a href="https://github.com/LanderK-Bondaval/go-coverage-report/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD--3--Clause-blue.svg"></a> |
7 | 7 | </p> |
8 | 8 |
|
9 | 9 | --- |
@@ -101,7 +101,7 @@ jobs: |
101 | 101 | actions: read # to download code coverage results from "test" job |
102 | 102 | pull-requests: write # write permission needed to comment on PR |
103 | 103 | steps: |
104 | | - - uses: fgrosse/go-coverage-report@v1.1.1 # Consider using a Git revision for maximum security |
| 104 | + - uses: LanderK-Bondaval/go-coverage-report@v1.1.1 # Consider using a Git revision for maximum security |
105 | 105 | with: |
106 | 106 | coverage-artifact-name: "code-coverage" # can be omitted if you used this default value |
107 | 107 | coverage-file-name: "coverage.txt" # can be omitted if you used this default value |
@@ -208,7 +208,7 @@ A list of all available versions can be found at the [releases page][releases]. |
208 | 208 |
|
209 | 209 | This project is licensed under the BSD-3-Clause License - see the [LICENSE](LICENSE) file for details. |
210 | 210 |
|
211 | | -[releases]: https://github.com/fgrosse/go-coverage-report/release |
212 | | -[contributors]: https://github.com/fgrosse/go-coverage-report/contributors |
| 211 | +[releases]: https://github.com/LanderK-Bondaval/go-coverage-report/release |
| 212 | +[contributors]: https://github.com/LanderK-Bondaval/go-coverage-report/contributors |
213 | 213 | [built-with]: go.mod |
214 | 214 | [upload-artifacts-issues]: https://github.com/cli/cli/issues/5625#issuecomment-1857787634 |
0 commit comments