From 55ab8f581de1017506e10e826acbf782583a6a0c Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Tue, 10 Sep 2024 17:38:59 +0200 Subject: [PATCH] create badge Signed-off-by: Andreas Heinrich --- .github/workflows/continuous_integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 6c3a233..6423901 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -435,7 +435,8 @@ jobs: needs: - build runs-on: ${{ inputs.runner }} - if: ${{ inputs.do_not_run_coverage_badge_creation == 'false' && inputs.run_coverage == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} + # LTODO uncomment + # if: ${{ inputs.do_not_run_coverage_badge_creation == 'false' && inputs.run_coverage == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} steps: - name: Download coverage report uses: actions/download-artifact@v4.1.2