From 1f677f20815222c3b33f9bf47180fd90f0a324e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:45:43 +0000 Subject: [PATCH] Bump ecliptical/covdir-report-action from 0.3 to 0.4 Bumps [ecliptical/covdir-report-action](https://github.com/ecliptical/covdir-report-action) from 0.3 to 0.4. - [Release notes](https://github.com/ecliptical/covdir-report-action/releases) - [Commits](https://github.com/ecliptical/covdir-report-action/compare/v0.3...v0.4) --- updated-dependencies: - dependency-name: ecliptical/covdir-report-action dependency-version: '0.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd7dc44..c9539b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: RUSTFLAGS: '-Cinstrument-coverage' LLVM_PROFILE_FILE: 'target/coverage/%p-%m.profraw' - name: Generate coverage report - uses: ecliptical/covdir-report-action@v0.3 + uses: ecliptical/covdir-report-action@v0.4 with: summary: 'true' out: ./target/coverage.md