From d7053d583c31855666aa546bae8a9a68bd2ba77a Mon Sep 17 00:00:00 2001 From: Adam Forys Date: Tue, 3 Oct 2023 05:07:07 +0200 Subject: [PATCH] Change coverage badge to `true` --- .github/workflows/common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index cc1cd12..2aa8e42 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -92,11 +92,11 @@ jobs: if: > github.event_name != 'release' with: - r-version: "4.1" + r-version: "4.3" # Whether to skip code coverage badge creation # Setting to 'false' will require you to create # an orphan branch called 'badges' in your repository - skip-coverage-badges: true + skip-coverage-badges: 'true' man-pages: name: Man Pages uses: pharmaverse/admiralci/.github/workflows/man-pages.yml@main