forked from assertj/assertj
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/improve ci output #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ascopes
wants to merge
16
commits into
main
Choose a base branch
from
feature/improve-ci-output
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb80546 to
262d24d
Compare
* Fix typo in package name for tests * Fix tests that modify global state to make reproducable tests * Set random test execution order to track down flaky tests/global state tests * Fix format, add license headers
Bumps `byte-buddy.version` from 1.12.10 to 1.12.11. Updates `byte-buddy` from 1.12.10 to 1.12.11 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.12.10...byte-buddy-1.12.11) Updates `byte-buddy-agent` from 1.12.10 to 1.12.11 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.12.10...byte-buddy-1.12.11) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pitest-junit5-plugin](https://github.com/pitest/pitest-junit5-plugin) from 0.16 to 1.0.0. - [Release notes](https://github.com/pitest/pitest-junit5-plugin/releases) - [Commits](pitest/pitest-junit5-plugin@0.16...1.0.0) --- updated-dependencies: - dependency-name: org.pitest:pitest-junit5-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pitest-maven](https://github.com/hcoles/pitest) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/hcoles/pitest/releases) - [Commits](hcoles/pitest@1.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.pitest:pitest-maven dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
c8e0760 to
4aa65a4
Compare
…j#2686) FIxed a test that was not asserting anything on the result.
- Bump Surefire plugin to 3.0.0-M7, as this is stable despite being a prerelease, but contains numerous fixes and improvements compared to v2.22.x. These include fixes to potential crashes on some systems due to console log corruption, improved JUnit5 support, etc - Override default reporters for Surefire to use JUnit5 ones. This improves the format of the output logs in builds. - Prefer use of and name for over the method name in Surefire reports, as this becomes easier to read and is prettier.
4aa65a4 to
7a1e829
Compare
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.
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.
Testing this works...