From 7b2ce673ebd257f544b3417d1d9d3b47ab052544 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 15 Dec 2025 10:49:19 +1300 Subject: [PATCH 1/2] Add DISABLE_AMEND_COVERAGE_FROM_SRC: yes --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71ceefb819..54138699be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: depwarn: error env: MOI_TEST_MODULES: ${{ matrix.moi_test_modules }} + DISABLE_AMEND_COVERAGE_FROM_SRC: "yes" - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v4 with: From 3ae38ed301145da8bc6dd18caa33a92b20f44042 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 15 Dec 2025 11:49:59 +1300 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54138699be..b6873658cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,8 @@ jobs: MOI_TEST_MODULES: ${{ matrix.moi_test_modules }} DISABLE_AMEND_COVERAGE_FROM_SRC: "yes" - uses: julia-actions/julia-processcoverage@v1 + env: + DISABLE_AMEND_COVERAGE_FROM_SRC: "yes" - uses: codecov/codecov-action@v4 with: file: lcov.info