Skip to content

Commit

Permalink
[CI] Disable broken Coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 14, 2025
1 parent ceb36f7 commit c8d4ee6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
with:
depwarn: error
- uses: julia-actions/julia-processcoverage@v1
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: lcov.info
# - name: Coveralls
# uses: coverallsapp/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: lcov.info

0 comments on commit c8d4ee6

Please sign in to comment.