Skip to content

Commit b5be43d

Browse files
committed
remove another coveralls step
1 parent 5c83173 commit b5be43d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,3 @@ jobs:
121121
run: bundle exec rspec -f doc --color
122122
env:
123123
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
124-
125-
126-
finish:
127-
needs: test
128-
runs-on: ubuntu-latest
129-
steps:
130-
131-
- name: Report completion to Coveralls
132-
uses: coverallsapp/[email protected]
133-
with:
134-
github-token: ${{ secrets.github_token }}
135-
parallel-finished: true

0 commit comments

Comments
 (0)