diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5e48a91..0b2ca009 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,6 +74,11 @@ jobs: hide-comment: false report-only-changed-files: false remove-link-from-badge: false + coverage-badge: + needs: [test] + runs-on: ubuntu-latest + continue-on-error: true + steps: - name: Create the Badge uses: schneegans/dynamic-badges-action@v1.7.0 with: