Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Nov 25, 2024
1 parent 0c0fdb0 commit 4540d5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
plugins: noop
disable_search: true
- name: Submit coverage to Coveralls
continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343
uses: coverallsapp/github-action@v2
Expand Down Expand Up @@ -76,6 +78,8 @@ jobs:
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
plugins: noop
disable_search: true
- name: Submit coverage to Coveralls
continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343
uses: coverallsapp/github-action@v2
Expand Down Expand Up @@ -121,6 +125,8 @@ jobs:
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
plugins: noop
disable_search: true
- name: Submit coverage to Coveralls
continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343
uses: coverallsapp/github-action@v2
Expand Down Expand Up @@ -174,6 +180,8 @@ jobs:
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
plugins: noop
disable_search: true
- name: Submit coverage to Coveralls
continue-on-error: true # TODO: https://github.com/JuliaDocs/Documenter.jl/issues/2343
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 4540d5d

Please sign in to comment.