Skip to content

Commit

Permalink
Update workflow and Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
delonnewman committed Oct 11, 2024
1 parent dca3ca8 commit 534e5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CC_TEST_REPORTER_ID: "7b61fa9ea465e19ec3d750aafc3622cba4bf8b257d61f9ea20c46900bbe03fda"
with:
coverageLocations: |
${{github.workspace}}/coverage/.resultset.json:simplecov
${{github.workspace}}/coverage:simplecov
debug: true

lint:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end

group :test do
gem 'simplecov', require: false
gem 'simplecov_json_formatter', require: false
gem 'simplecov_json_formatter'
gem 'rails-controller-testing'
end

Expand Down

0 comments on commit 534e5d4

Please sign in to comment.