Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.0

- Install gocov CLI v0.25.0 (was v0.24.0).

## 1.1.0

- Install gocov CLI v0.24.0 (was v0.23.0).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SHA on merged-results pipelines.
| `part` | | Label for this upload when a commit's coverage is split across jobs; the server merges the parts for the same commit. See [parts](https://docs.gocov.dev/parts/). |
| `ignore` | | Glob patterns for files to leave out of the report, comma-separated (`cmd/preview/**,*_mock.go`). See [ignoring files](https://docs.gocov.dev/ignoring-files/). |
| `allow-failure` | `false` | Let the pipeline pass when the upload fails. |
| `version` | `v0.24.0` | gocov CLI release to install. The default is the one this component release was tested against. |
| `version` | `v0.25.0` | gocov CLI release to install. The default is the one this component release was tested against. |
| `image` | `alpine:3.22` | Image for the upload job. Anything with a POSIX `sh`, `wget` or `curl`, and `sha256sum`. |

The token is never an input: the job reads `GOCOV_TOKEN` from the CI/CD
Expand Down
2 changes: 1 addition & 1 deletion templates/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
description: >-
gocov CLI version to download, as a gocov/gocov release tag. The
default is the version this component release was tested against.
default: v0.24.0
default: v0.25.0
image:
description: >-
Image the upload job runs in. Anything with a POSIX sh, wget (or
Expand Down