Adds Coveralls GH Action
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Ruby
|
||||
name: Build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@@ -42,3 +42,8 @@ jobs:
|
||||
- name: rubocop
|
||||
run: |
|
||||
bundle exec rubocop
|
||||
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user