From 899b83f8ca2857ecf5e30dd3d1dc9b46c956caa7 Mon Sep 17 00:00:00 2001 From: erlingrj Date: Tue, 21 May 2024 22:43:29 +0200 Subject: [PATCH] CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a28fd84..b389108e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,8 @@ jobs: path: build/coverage.info - name: Create coverage badge uses: GoogleCloudPlatform/github-badge-lcov@v1.0.0 - file: ./build/coverage.info + with: + file: ./build/coverage.info if: ${{ github.event_name == 'push' }} coverage: uses: ./.github/workflows/coverage.yml