From 853a63396245808bea325899964f61092c60205b Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 31 Mar 2022 18:54:27 -0500 Subject: [PATCH] Remove Coveralls from CI --- .github/workflows/CI.yml | 3 --- 1 file changed, 3 deletions(-) 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