Skip to content

Commit

Permalink
Publish code coverage to CodeClimate
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 23, 2024
1 parent f30a74e commit 3d44a8e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: RSpec
run: bin/rspec
- name: RSpec & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: bin/rspec

0 comments on commit 3d44a8e

Please sign in to comment.