From aca281e8dcc02577b76f1843815f0224c6e29003 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Fri, 24 Nov 2023 07:41:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20Add=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- .github/workflows/test-createx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-createx.yml b/.github/workflows/test-createx.yml index c28ac530..927f12ee 100644 --- a/.github/workflows/test-createx.yml +++ b/.github/workflows/test-createx.yml @@ -156,6 +156,7 @@ jobs: run: lcov --remove lcov.info 'test/*' --output-file lcov.info --rc lcov_branch_coverage=1 - name: Post coverage report + # See https://github.com/orgs/community/discussions/26829#discussioncomment-3253575. if: ${{ (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') }} uses: romeovs/lcov-reporter-action@v0.3.1 with: