Skip to content

Commit

Permalink
create badge
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Sep 10, 2024
1 parent f25badb commit 55ab8f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 55ab8f5

Please sign in to comment.