From 57eecdc20176fe83a9d2ccc7acef4c4bdd39def1 Mon Sep 17 00:00:00 2001 From: Andrei Subbota Date: Sun, 21 Dec 2025 23:27:38 +0100 Subject: [PATCH 1/2] Use annotation for coverage report --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e87b3b54..727cfd6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Run tests run: bundle exec rake test - name: Annotate uncovered lines - uses: ggilder/codecoverage@v1 + uses: ggilder/codecoverage@6a0a9c002c49b6e5e4ce15f22574275600163618 if: github.event_name == 'pull_request' && matrix.ruby == '3.4' with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 8b0b54ace5602172ea383462027cf3f4651b69b1 Mon Sep 17 00:00:00 2001 From: Andrei Subbota Date: Sun, 21 Dec 2025 23:31:24 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff919c0..5efe2150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] * Your contribution here -- [#18](https://github.com/numbata/grape-oas/pull/18): Support for range in size? predicate `required(:tags).value(:array, size?: 1..10).each(:string)` +- [#20](https://github.com/numbata/grape-oas/pull/20): Use annotation for coverage report [@numbata](https://github.com/numbata) +- [#18](https://github.com/numbata/grape-oas/pull/18): Support for range in size? predicate `required(:tags).value(:array, size?: 1..10).each(:string)` [@slbug](https://github.com/slbug) - [#19](https://github.com/numbata/grape-oas/pull/19): Temporary disable memory profiler workflow for PRs [@numbata](https://github.com/numbata). ## [1.0.2] - 2025-12-15