Skip to content

Commit 3767476

Browse files
authored
Fix codecov coverage reporting (JuliaDocs#2663)
1 parent 77b8056 commit 3767476

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ jobs:
5252
- uses: julia-actions/julia-processcoverage@v1
5353
- uses: codecov/codecov-action@v5
5454
with:
55-
file: lcov.info
5655
token: ${{ secrets.CODECOV_TOKEN }}
57-
plugins: noop
58-
disable_search: true
5956
- name: Submit coverage to Coveralls
6057
continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343
6158
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)