1
0
Fork 0
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:
Thomas A. Christensen II 2022-03-31 18:54:27 -05:00
parent 56d0d7089e
commit 853a633962
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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