Skip to content

Commit

Permalink
Enable debug logging for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed May 16, 2024
1 parent 442500f commit 1b50de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
file: lcov.info
flag-name: run-${{ matrix.os }}-${{ matrix.julia-version }}-${{ matrix.julia-arch }}
parallel: true
debug: true

finish:
needs: test
Expand All @@ -55,3 +56,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
debug: true

0 comments on commit 1b50de1

Please sign in to comment.