Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"actions/go-flaky-tests": "0.1.1",
"actions/wait-for-docker-publish": "0.3.0",
"actions/download-branch-workflow-artifact": "0.1.0",
"actions/annotate-coverage": "0.2.0",
"actions/annotate-coverage": "0.2.1",
"actions/signed-commits-info": "0.1.0",
"actions/zizmor-collection-paths": "0.2.0"
}
13 changes: 13 additions & 0 deletions actions/annotate-coverage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.1](https://github.com/grafana/shared-workflows/compare/annotate-coverage/v0.2.0...annotate-coverage/v0.2.1) (2026-08-27)


### 馃悰 Bug Fixes

* **deps:** update module golang.org/x/tools to v0.48.0 ([#2225](https://github.com/grafana/shared-workflows/issues/2225)) ([4e4e85d](https://github.com/grafana/shared-workflows/commit/4e4e85d19201d242bbbaf00c72fac348b8c2c2ec))


### 馃敡 Miscellaneous Chores

* **deps:** update actions/setup-go action to v7 ([#2233](https://github.com/grafana/shared-workflows/issues/2233)) ([80e1047](https://github.com/grafana/shared-workflows/commit/80e1047e842e97d3cf0dc01269955fbede9b8932))
* **deps:** update module github.com/rogpeppe/go-internal to v1.15.0 ([#2189](https://github.com/grafana/shared-workflows/issues/2189)) ([dc18119](https://github.com/grafana/shared-workflows/commit/dc1811986e78895b6e2951be3dbbf0a14cf7f2ac))

## [0.2.0](https://github.com/grafana/shared-workflows/compare/annotate-coverage/v0.1.0...annotate-coverage/v0.2.0) (2026-07-14)


Expand Down
2 changes: 1 addition & 1 deletion actions/annotate-coverage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go test ./... -coverprofile=.coverage/coverage.out

- name: Annotate uncovered lines in PR diff
uses: grafana/shared-workflows/actions/annotate-coverage@annotate-coverage/v0.2.0
uses: grafana/shared-workflows/actions/annotate-coverage@annotate-coverage/v0.2.1
with:
coverage-path: .coverage
base-ref: ${{ github.event.pull_request.base.sha }}
Expand Down