Skip to content

Commit

Permalink
Disable coveralls, use julia-specific codecov action
Browse files Browse the repository at this point in the history
Coveralls is causing the workflow to fail with
"Couldn't find a repository matching this job."

lemurheavy/coveralls-public#1264 (comment)
Not sure what's happening here. I had only just now created a corresponding project on codecov for this repo.
  • Loading branch information
goretkin committed Nov 9, 2020
1 parent 47409a7 commit 30c38ae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
- uses: julia-actions/julia-uploadcoveralls@latest
- uses: julia-actions/julia-uploadcodecov@latest
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 30c38ae

Please sign in to comment.