Skip to content

Commit

Permalink
Merge fe3ead5 into ed18650
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Mar 13, 2020
2 parents ed18650 + fe3ead5 commit 36379e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/coverage.yml
@@ -0,0 +1,18 @@
name: Coverage
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: CodeClimate report
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
- run: bundle install
- uses: paambaati/codeclimate-action@v2.5.4
env:
CC_TEST_REPORTER_ID: 40cc6409f7d531fa06fe880b7d7e4bd81ff89efcaa4dee782e03fb8fb3cdb902
with:
coverageCommand: bundle exec rake

0 comments on commit 36379e1

Please sign in to comment.