From 10e884c055675136b5c409030bab94d7b3d2c1fb Mon Sep 17 00:00:00 2001 From: Filipe C Menezes Date: Fri, 2 May 2025 12:21:19 +0100 Subject: [PATCH 1/2] fix: fork coverage --- .github/workflows/code_health_fork.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/code_health_fork.yaml b/.github/workflows/code_health_fork.yaml index bf8c408e..30e03450 100644 --- a/.github/workflows/code_health_fork.yaml +++ b/.github/workflows/code_health_fork.yaml @@ -86,8 +86,6 @@ jobs: uses: coverallsapp/github-action@v2.3.6 with: file: coverage/lcov.info - git-branch: ${{ github.head_ref || github.ref_name }} - git-commit: ${{ github.event.pull_request.head.sha || github.sha }} merge-dependabot-pr: name: Merge Dependabot PR From 727eafe760eedd143053ca75efc678113ba0df93 Mon Sep 17 00:00:00 2001 From: Filipe C Menezes Date: Fri, 2 May 2025 12:27:57 +0100 Subject: [PATCH 2/2] fix: fork coverage --- .github/workflows/code_health.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/code_health.yaml b/.github/workflows/code_health.yaml index 46e95044..1451f36e 100644 --- a/.github/workflows/code_health.yaml +++ b/.github/workflows/code_health.yaml @@ -112,5 +112,3 @@ jobs: uses: coverallsapp/github-action@v2.3.6 with: file: coverage/lcov.info - git-branch: ${{ github.head_ref || github.ref_name }} - git-commit: ${{ github.event.pull_request.head.sha || github.sha }}