Skip to content

Commit 7996029

Browse files
authored
Merge pull request #68 from JuliaQUBO/codex/issue-67-disable-unused-coverage
ci: disable unused coverage instrumentation
2 parents 0d4d024 + 32f28d5 commit 7996029

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
- uses: julia-actions/cache@v3
3030
- uses: julia-actions/julia-buildpkg@v1
3131
- uses: julia-actions/julia-runtest@v1
32+
with:
33+
coverage: false
3234
env:
3335
DWAVE_API_TOKEN: ${{ secrets.DWAVE_API_TOKEN }}
34-
# - uses: julia-actions/julia-processcoverage@v1
35-
# - uses: codecov/codecov-action@v2
36-
# with:
37-
# file: lcov.info

0 commit comments

Comments
 (0)