Skip to content

Commit

Permalink
Unpin simplecov-html version (#1892)
Browse files Browse the repository at this point in the history
* Unpin simplecov-html version

For Ruby 3.4 support and because we're not supporting Ruby 2.3(!!) now

* Fix CC test coverage
  • Loading branch information
presidentbeef authored Dec 17, 2024
1 parent 59ceb01 commit b82a4ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run:
command: |
bundle exec rake RUBYOPT='--enable-frozen-string-literal --debug-frozen-string-literal'
./tmp/cc-test-reporter format-coverage -t simplecov -o tmp/codeclimate.json coverage/.resultset.json
./tmp/cc-test-reporter format-coverage -t simplecov -o tmp/codeclimate.json coverage/coverage.json
- store_test_results:
path: test-results
- persist_to_workspace:
Expand Down
1 change: 0 additions & 1 deletion gem_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ def self.dev_dependencies spec
spec.add_development_dependency "minitest"
spec.add_development_dependency "minitest-ci"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "simplecov-html", "=0.10.2"
end

def self.base_dependencies spec
Expand Down

0 comments on commit b82a4ba

Please sign in to comment.