arduino-cli
arduino-cli copied to clipboard
[skip changelog] Bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2
Bumps github.com/go-git/go-git/v5 from 5.16.0 to 5.16.2.
Release notes
Sourced from github.com/go-git/go-git/v5's releases.
v5.16.2
What's Changed
- utils: fix diff so subpaths work for sparse checkouts, fixes 1455 to releases/v5.x by
@kane8nin go-git/go-git#1567Full Changelog: https://github.com/go-git/go-git/compare/v5.16.1...v5.16.2
v5.16.1
What's Changed
- utils: merkletrie, Fix diff on sparse-checkout index. Fixes #1406 to releases/v5.x by
@kane8nin go-git/go-git#1561New Contributors
@kane8nmade their first contribution in go-git/go-git#1561Full Changelog: https://github.com/go-git/go-git/compare/v5.16.0...v5.16.1
Commits
ed8216cMerge pull request #1567 from kane8n/backport-to-v5-patricsss/fix-14554f35ebaMerge pull request #1484 from patricsss/patricsss/fix-1455fd1a836Merge pull request #1561 from kane8n/backport-to-v5-fix-sparse-checkout-statusc3c8410Merge pull request #1492 from onee-only/fix-sparse-checkout-status- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.91%. Comparing base (
1f9d5ac) to head (c3ea643). Report is 2 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #2929 +/- ##
=======================================
Coverage 67.91% 67.91%
=======================================
Files 238 238
Lines 22489 22489
=======================================
Hits 15273 15273
Misses 6017 6017
Partials 1199 1199
| Flag | Coverage Δ | |
|---|---|---|
| unit | 67.91% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@dependabot rebase