mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-14 21:43:10 +00:00
Remove Coveralls from CI
This commit is contained in:
parent
56d0d7089e
commit
853a633962
1 changed files with 0 additions and 3 deletions
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
|
@ -44,9 +44,6 @@ jobs:
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
files: lcov.info
|
files: lcov.info
|
||||||
- uses: julia-actions/julia-uploadcoveralls@v1
|
|
||||||
env:
|
|
||||||
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
|
|
||||||
docs:
|
docs:
|
||||||
name: Documentation
|
name: Documentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue