Adds Coveralls GH Action

This commit is contained in:
erwanlr
2020-02-19 14:16:31 +01:00
parent 4c34c2feb7
commit dad4a65118
6 changed files with 24 additions and 24 deletions

View File

@@ -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 }}