Skip to content

Commit

Permalink
wip - code coverage github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRiversSage committed Aug 15, 2023
1 parent 80099da commit 0ea5bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageLocations: |
${{github.workspace}}/coverage/.resultset.json:simplecov
${{github.workspace}}/coverage/.coverage.json:simplecov
publish:
needs: test
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/build-')
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source 'https://rubygems.org'

ruby '~> 3.2'

gem 'simplecov', require: false, group: :test
gem 'simplecov', '0.21.2', require: false, group: :test

gemspec

0 comments on commit 0ea5bc4

Please sign in to comment.