We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2ce67 commit 3ae38edCopy full SHA for 3ae38ed
.github/workflows/ci.yml
@@ -59,6 +59,8 @@ jobs:
59
MOI_TEST_MODULES: ${{ matrix.moi_test_modules }}
60
DISABLE_AMEND_COVERAGE_FROM_SRC: "yes"
61
- uses: julia-actions/julia-processcoverage@v1
62
+ env:
63
+ DISABLE_AMEND_COVERAGE_FROM_SRC: "yes"
64
- uses: codecov/codecov-action@v4
65
with:
66
file: lcov.info
0 commit comments