Skip to content

Commit 5c83173

Browse files
committed
remove failing coveralls step
1 parent 3bcbb4b commit 5c83173

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,6 @@ jobs:
122122
env:
123123
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
124124

125-
- name: Report to Coveralls
126-
uses: coverallsapp/[email protected]
127-
with:
128-
github-token: ${{ secrets.github_token }}
129-
flag-name: test-${{ matrix.ruby }}-${{ matrix.gemfile }}
130-
parallel: true
131-
132125

133126
finish:
134127
needs: test

0 commit comments

Comments
 (0)