-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update dependency junit:junit to v4.13.1 #266
Conversation
2a07c12
to
f006e29
Compare
Codecov Report
@@ Coverage Diff @@
## main #266 +/- ##
============================================
+ Coverage 71.90% 71.97% +0.06%
- Complexity 2999 3001 +2
============================================
Files 380 380
Lines 18984 18984
Branches 1463 1463
============================================
+ Hits 13651 13664 +13
+ Misses 4732 4720 -12
+ Partials 601 600 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
f006e29
to
359b27b
Compare
359b27b
to
ff82a06
Compare
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-266-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e6eb393ea09f612babd776d14357db8a0d8f1094
# Push it to GitHub
git push --set-upstream origin backport/backport-266-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x Then, create a pull request where the |
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> (cherry picked from commit e6eb393)
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> (cherry picked from commit e6eb393) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
This PR contains the following updates:
4.12
->4.13.1
By merging this PR, the issue #265 will be automatically resolved and closed: