Skip to content

Commit 636e300

Browse files
committed
BUG: Removed debug command from coveralls
1 parent 0dddc7b commit 636e300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136136
COVERALLS_PARALLEL: true
137-
run: coveralls debug --service=github --verbose
137+
run: coveralls --service=github --verbose
138138

139139
finish:
140140
name: Finish Coverage Analysis

0 commit comments

Comments
 (0)