Skip to content

Commit

Permalink
comment out coveralls
Browse files Browse the repository at this point in the history
because uploads fail
  • Loading branch information
ffreyer authored Aug 22, 2020
1 parent c81c127 commit c21112c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- uses: julia-actions/julia-uploadcodecov@master
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: julia-actions/julia-uploadcoveralls@master
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
# - uses: julia-actions/julia-uploadcoveralls@master
# env:
# COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

0 comments on commit c21112c

Please sign in to comment.