Update simplecov 0.21.2 → 0.22.0 (major) #220
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ simplecov (0.21.2 → 0.22.0) · Repo · Changelog
Release Notes
0.22.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Add missing closing parenthesis)
Merge pull request #1041 from simplecov-ruby/co-prepare-0.22.0
Hmm, ok maybe I actually have to bump the version here as well
Run bundle lock in each test project directory
Go back to prior bundler and json formatter versions, to make CI happy
Bump to latest bundler version for development
Bump version, update changelog
Merge pull request #1034 from nhtruong/main
Merge pull request #1037 from mame/coverage-for-eval
Show a warning for the case where coverage for eval is unavailable
Support coverage for eval
Merge pull request #1035 from mame/support-ruby-3
Drop 2.6 from the CI and update README.md
JRuby does not support branch coverage
Drop Ruby 2.5
Update gems of test_projects/rails/rspec_rails/Gemfile for new rubies
Avoid double Coverage.start
Bumped Rack version to 2.2.3.1
Reduce memory usage while generating report
test: Use unreleased version of apparition
JRuby 9.3 seeems to need some more love as well.
CI: leave 3.1 out of the matrix for now
build: add matrix gem, not incl in 3.1
build: Collapse two CI steps
Add earlier link to spring section (#1010)
Update gem to avoid warnings and do not install docs (#1011)
Unify windows and bash .gitignore addition
Add needed require line for CSV example
Fix grammar and code formatting in README
minor gem updates
Deactivate rubocop extension suggestions
Upgrade rubocop
Fix error in jruby CI job via gem upgrades
Upgrade minitest so that we can run our tests against ruby-trunk
Release Notes
0.1.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
Release Notes 0.1.4 (#3)
Group support (#2)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands