Skip to content

Commit

Permalink
report test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Nov 4, 2020
1 parent 454b1ab commit c74eba8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/bolognese/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
gem install bundler
bundle install
bundle exec rspec spec
- name: Code Climate Test Reporter
uses: aktions/codeclimate-test-reporter@v1
with:
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
command: after-build
6 changes: 6 additions & 0 deletions lib/bolognese/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
bundle install
bundle exec rspec spec
- name: Code Climate Test Reporter
uses: aktions/codeclimate-test-reporter@v1
with:
codeclimate-test-reporter-id: ${{ secrets.CC_TEST_REPORTER_ID }}
command: after-build

- name: Publish to RubyGems
run: |
mkdir -p $HOME/.gem
Expand Down

0 comments on commit c74eba8

Please sign in to comment.