Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Update simplecov: 0.16.1 → 0.17.0 (major) #312
Conversation
depfu
bot
added
the
depfu
label
Jul 3, 2019
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Jul 3, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 89.33% 89.33%
=======================================
Files 35 35
Lines 619 619
=======================================
Hits 553 553
Misses 66 66 Continue to review full report at Codecov.
|
ruebot
merged commit 563e34f
into
master
Jul 3, 2019
depfu
bot
deleted the
depfu/update/simplecov-0.17.0
branch
Jul 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
depfu bot commentedJul 3, 2019
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?
Release Notes
0.17.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 41 commits:
Bump version to 0.17.0
Changelog update hopefully not missing anything.
Exclude hidden files and folders (#721)
Include rubocop in the "default" gem (#727)
process_result no longer relies on result? as order was changed (#726)
Bootsnap fixed blowing up on their side no need to mention it
Avoid premature failure with parallel_tests
[Documentation] Feature/add simplecov-small-badge (#713)
Explicitly print the exit status when SimpleCov fails the build (#688)
Delete condition (#707)
Add description to Rubocop cops (#704)
Don't call SimpleCov.result before checking SimpleCov.result? (#674)
ffi (on which aruba depends) no longer supports ruby 1.9 since 1.11.0
Merge pull request #717 from deivid-rodriguez/weird_root
Merge pull request #722 from olleolleolle/patch-1
CI: Use 2.6.3, jruby-9.2.7.0
CI: Drop unused Travis option [ci skip] (#720)
CI: Use 2.4.6, 2.5.5, 2.6.2, jruby-9.2.6.0 (#719)
Support project roots with special characters
Merge pull request #714 from olleolleolle/patch-1
README: Drop defunct Gemnasium badge
Merge pull request #708 from deivid-rodriguez/remove_redundant_deps
Revert "Revert "No need to explicitly bundle gems that are in the gemspec""
Revert "No need to explicitly bundle gems that are in the gemspec"
We still support ruby < 2.3 that aren't supported by bundler 2
No need to explicitly bundle gems that are in the gemspec
No need to bundle gems for testing when benchmarking
Let us use newer bundler
CI against ruby 2.6
DRY gemfiles
CI against newer rubies
Avoid rubygems 3.x that doesn't support ruby < 2.3
Merge pull request #705 from yui-knk/create_gemfiles_for_each_ruby_version
Add `development_dependency` needed to run `bundle install && bundle exec rake`
Remove `platforms` from each gemfiles
Separate each ruby versions gemfile to 'gemfiles/*.gemfile'
please capybara dont fail on me (#676)
Merge pull request #675 from kirylpl/master
Merge pull request #678 from scmx/spring-explicitly-eager-load
Update spring instuctions to suggest eager_load!
Update README.md
Release Notes
1.3.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Prepare for release of v1.3.2
Update HISTORY.md for 1.3.2
Update copyright dates to 2019
Update Travis Ruby versions
Fix test failure on rubinius-3
Fix issue #33 DSL object is replaced when #dsl_eval is nested (PR #34)
Exclude certain methods from falling back from block context to dsl object
Commits
See the full diff on Github. The new version differs by 45 commits:
Merge branch 'master' of github.com:flori/json
It's more trouble than it's worth.
Use which to resolve to actual path
[fix] 2.5 compat on JRuby 9.2 Fixnum/Bignum -> Integer
Always use underscore for match string
Upgrade version to 1.6
Bump version to 2.2.0
Add some missing ruby 2.6 changes
Fix a typo.
Fix for bigdecimal updates
Merge pull request #366 from sho-h/fix-ascii_only-document
Add some missing ruby 2.6 changes
Merge pull request #369 from sho-h/fix-typo
Fix a typo.
fix JSON::Generator::State#ascii_only? document same as lib/json/pure/generator.rb.
Merge pull request #362 from mrkn/update_for_bigdecimal
Merge pull request #359 from flori/pick-ruby-core
Merge pull request #363 from yui-knk/fix_typos
Article is duplicated
"load the" is duplicated
Fix for bigdecimal updates
Merge pull request #360 from flori/remove-control-chars
Removed control characters from gemspec
Fixup 0d1c2a0f0e62839ccc049cbd3b0810e276d1e1ca
ext/json/parser/parser.c: do not call rb_str_resize() on Time object
Fix missed update of parser source in r62429
Temporary ignored CI result of JRuby. see https://github.com/flori/json/pull/355
Merge pull request #352 from nicolasleger/patch-1
Merge pull request #340 from lostapathy/fix_travis_widget
[CI] Test against Ruby 2.5
fix link in travis widget
Allow failing 1.9.3 on travis
JSON marshalling support for Set and SortedSet
Merge pull request #332 from perlun/patch-3
Merge branch 'master' of github.com:flori/json
Merge branch 'master' of storage.gate.ping.de:/git/json
simplecov breaks testing => removed
Merge pull request #335 from hsbt/added-bigdecimal
Added missing bigdecimal for its test
README: Added note about json/add/exception
Merge pull request #330 from perlun/patch-1
Merge branch 'master' into patch-1
Merge pull request #331 from perlun/patch-2
Fixed json_create example to use create_additions = true
README: Fixed code examples to start in the left-most column
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