diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8186f9..97404e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,9 +95,12 @@ jobs: name: code-coverage path: coverage - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@49af65b0586c274a625a41a2dc8aaaae7d00568b + # uses: zgosalvez/github-actions-report-lcov@49af65b0586c274a625a41a2dc8aaaae7d00568b + uses: bartosz347/github-actions-report-lcov@df3091c66dcc578464346310863bb0a3e09d4af4 with: coverage-files: coverage/lcov.*.info minimum-coverage: 90 artifact-name: code-coverage-report github-token: ${{ secrets.GITHUB_TOKEN }} + update-comment: true + title-prefix: "foo"