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.
2 parents 0d4d024 + 32f28d5 commit 7996029Copy full SHA for 7996029
1 file changed
.github/workflows/ci.yml
@@ -29,9 +29,7 @@ jobs:
29
- uses: julia-actions/cache@v3
30
- uses: julia-actions/julia-buildpkg@v1
31
- uses: julia-actions/julia-runtest@v1
32
+ with:
33
+ coverage: false
34
env:
35
DWAVE_API_TOKEN: ${{ secrets.DWAVE_API_TOKEN }}
- # - uses: julia-actions/julia-processcoverage@v1
- # - uses: codecov/codecov-action@v2
36
- # with:
37
- # file: lcov.info
0 commit comments