Skip to content

Commit 0d61179

Browse files
committed
Enable Coverall's coverage report
1 parent 1f56cc5 commit 0d61179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true
3030
- name: Run tests
31+
env:
32+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
3133
run: bundle exec rake spec

0 commit comments

Comments
 (0)