Update minitest-reporters 1.6.0 → 1.7.1 (minor) #163
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ minitest-reporters (1.6.0 → 1.7.1) · Repo · Changelog
Release Notes
1.7.1 (from changelog)
1.7.0 (from changelog)
1.6.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
Prep for 1.7.1 release
Merge pull request #354 from minitest-reporters/fix-suppress_inline_failure_output-logic
Add CHANGELOG notes for #354
Fix logic of new suppress_inline_failure_output option
Prep for 1.7.0 release
Update CHANGELOG.md
Merge pull request #352 from rthbound/suppress_inline_failure_output
Update Minitest::Reporters::SpecReporter annotations with addition of suppress_inline_failure_output
Remove excess pasta from CHANGELOG.md
* Added option `suppress_inline_failure_output` to `SpecReporter`
Update CHANGELOG.md
Merge pull request #348 from notEthan/progress_fraction
Update CHANGELOG.md
Merge pull request #346 from matteeyah/master
Add test coverage for failure screenshot in JUnitReporterTest
Output failure screenshot when available
Add test coverage for older Ruby versions using an older Ubuntu image
Revert "Drop support for Ruby < 2.3"
ProgressReporter fix backwards fraction in format
Merge branch '1_6_1'
Prep for 1.6.1 release
Update CHANGELOG.md
Replace MiniTest with Minitest
Update CHANGELOG.md
Merge pull request #345 from istana/master
Replace MiniTest with Minitest
Update CHANGELOG.md
Merge pull request #335 from petergoldstein/feature/add_ruby_3_2_to_ci
Update CHANGELOG.md
Merge pull request #333 from andyw8/andyw8/fix-homepage-in-gemspec
Update CHANGELOG.md
Merge pull request #343 from minitest-reporters/fix-readme-yard-formatting
Several documentation improvements
Update CHANGELOG.md
Merge pull request #342 from minitest-reporters/fix-test-suite
Drop support for Ruby < 2.3
✳️ minitest (5.24.1 → 5.25.0) · Repo · Changelog
Release Notes
5.25.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 21 commits:
prepped for release
+ Refactored siginfo handler to reduce runtime costs. Saved ~30%!
normalized all actual/expected var names for assert_equal tests
Accept colon style Hash#inspect in test. (tompng)
- Improve description of test:slow task. (stomar)
- Cleaning up ancient code checking for defined?(Encoding) and the like.
Minor fix to make deprecation tests pass when using rake testW0
oops
+ Fixed some inefficiencies filtering and matching (mostly backtraces).
More foolish consistency...
More foolish consistency... "So many parens!" edition
More foolish consistency...
"A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines"—Emerson
- Disambiguated some shadowed variables in minitest/compress.
Got rid of ANCIENT pre-Integer-merge tests
Got rid of ANCIENT RUBY18 conditioned tests
- Fixed an ironic bug if using string-literals AND Werror.
Finally removed all clean + heredoc for squiggly heredocs in test.
- Added missing rdoc to get back to 100% coverage.
Double quoted some (ancient) string literals.
Fixed 3 tests when using minitest-gcstats.
Commits
See the full diff on Github. The new version differs by 24 commits:
Release 3.3.0
Merge pull request #24 from casperisfine/update-ci
File.exists? -> File.exist?
Update CI configuration and gemspec
Merge pull request #23 from Earlopain/ci-update
Add Ruby 3.1-3.3 to CI
Update readme and gemspec to point to rails/builder repo
Merge pull request #9 from timkrins/patch-2
Merge pull request #14 from hosamaly/patch-1
Merge pull request #15 from voxik/remove-blankslate
Merge pull request #16 from voxik/gh-actions
Merge pull request #19 from kbrock/chmod
Merge pull request #20 from kbrock/pr/64
Merge pull request #21 from kbrock/pr/63
Updated comments which are incorrect.
Fix spelling mistake in example
remove exec but from rdoc
Drop Travis configuration.
Setup GitHub actions.
Use BasicObject instead of BlankSlate
Update the changelog for v3.2.4
Merge pull request #8 from orien/gem-metadata
Add project metadata to the gemspec
Fix spelling mistake
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