Update simplecov: 0.17.1 → 0.18.2 (major) #519
Closed
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ simplecov (0.17.1 → 0.18.2) · Repo · Changelog
Release Notes
0.18.2
0.18.1
0.18.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
0.12.0
0.11.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 68 commits:
0.12.0 release
consistent number of hits per line for nice column alignment
DataTables seems to have auto recognition now
Small fixups for the table
Upgrade ALL THE THINGS
re establish closed link tag
Improve the CSP compatibility of SimpleCov
fix showing/hiding of elements for colorbox
Hm, updates!
Add CSS .number to right-align numeric values.
Fix UTF8 encoding error
Close link tag
Hide the y scrollbar showing up for reasons beyond me
Make file list horizontal-scrollable on small screen
Move public/smoothness/images/ to public/images/
bump versions mentioned in lockfile
Changelog updates & add forgotten date
bump version
reuse covered percent further and round the covered strength
display branch coverage percentage and line coverage for consistency
Woopsie release notes
we are beta2, no idea how this was missing
Cache whether SimpleCov has/had branch coverage enabled
Adjust report to include more branch related data
Idicate new beta cycle
Reinstate aoColumns so that we have proper sorting in percent columns (#80)
update own version in Gemfile.lock... grml
simplify git reference
Prepare release of 0.11.0.beta1
nicer badges with titles
enable branch coverage summary for single source files
Identify summaries to make feature testing them easier
Upgrade rubocop
Use frozen string literal rule
dont require set bundler version
ruby 2.7 support and CI check
correct own versions in Gemfile.lock
Support for branch coverage cucumber testing + branch coverage %
use sprockets 3 as 4 does not support ruby 2.4
and a bit of gem updating
check in Gemfile
Remove support code/text for now unsupported ruby versions
upgrade .travis.yml to match the main line simplecov one
fix ci and set rubocop version
fix typo :penguin:
Add ability to support branch coverage statistics
Never mind trivial styles
Let's run the cop with newer ruby
rubocop -a --only Layout/EmptyLineAfterGuardClause
rubocop -a --only Style/StderrPuts
Move some cops to their new namespaces
bundler 2 doesn't support rubies < 2.3
This breaks the CI with ruibies < 2.3
No need for this rubygems workaround with currently available rubies
CI against newer rubies
bundler 2 is out and ready
Merge pull request #61 from hilliuse/tcl-split
Merge pull request #44 from hedgesky/autofocus_search_input
Merge pull request #63 from appfolio/mlUpdateTravisConfig
ml - copy over Travis CI config from simplecov
ml - add ruby-2.5.1 to Travis CI config
TrailingCommaInLiteral was split in rubocop 0.53.0
Merge pull request #60 from Maquech/master
rescue encoding error
CI against 2.4.2
"MiniTest::Unit::TestCase is now Minitest::Test"
Merge pull request #57 from koic/ci_against_jruby_9_1_13_0
CI against JRuby 9.1.13.0
🗑️ json (removed)
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