diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d866642..9eb6926 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,9 +44,6 @@ jobs: - uses: codecov/codecov-action@v2 with: files: lcov.info - - uses: julia-actions/julia-uploadcoveralls@v1 - env: - COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }} docs: name: Documentation runs-on: ubuntu-latest