We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0714a33 commit fc21857Copy full SHA for fc21857
.github/workflows/code-health.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Send coverage
79
env:
80
COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
81
- run: goveralls -parallel-finish -ignore=test/* -service=github
+ run: goveralls -parallel-finish -debug -ignore=test/* -service=github
82
83
libraryOwners:
84
runs-on: ubuntu-latest
0 commit comments