actions-marketplace-validations/Go Coverage Diff Action
Show coverage difference between branches in a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 13, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/panagiotisptr_cov-diff@5e769845c123d52b7beb7777d9c9a0b3d7094830 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | path to git repo | — | . |
| coverprofile | path to coverprofile | — | — |
| diff | path to diff file | — | — |
| module | the Go module name | — | — |
| ignore-main | ignore main package | — | true |
Outputs
| name | description |
|---|---|
| covdiff | the coverage difference (0-100) |