-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump coverlet.collector from 6.0.2 to 6.0.3 #4
Merged
Conversation
This file contains 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
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Dec 31, 2024
@dependabot merge
…On Tue, Dec 31, 2024, 02:22 dependabot[bot] ***@***.***> wrote:
Bumps coverlet.collector <https://github.com/coverlet-coverage/coverlet>
from 6.0.2 to 6.0.3.
Release notes
*Sourced from coverlet.collector's releases
<https://github.com/coverlet-coverage/coverlet/releases>.*
v6.0.3 Fixed
- Fix RuntimeConfigurationReader to support self-contained builds #1705
<https://redirect.github.com/coverlet-coverage/coverlet/pull/1705> by
https://github.com/pfeigl
- Fix inconsistent filenames with UseSourceLink after .NET 8 #1679
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1679>
- Fix hanging tests #989
<https://redirect.github.com/coverlet-coverage/coverlet/issues/989>
- Fix coverlet instrumentation becomes slow after installing dotnet
sdk 8.0.200 #1620
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1620>
- Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time #1649
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1649>
- Fix Unable to instrument module - NET 8 #1631
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1631>
- Fix slow modules filtering process #1646
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1646>
by https://github.com/BlackGad
- Fix incorrect coverage await using in generic method #1490
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1490>
Improvements
- Cache the regex used in InstrumentationHelper #1693
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1693>
- Enable dotnetTool integration tests for linux #660
<https://redirect.github.com/coverlet-coverage/coverlet/issues/660>
Diff between 6.0.2 and 6.0.3
<coverlet-coverage/coverlet@v6.0.2...v6.0.3>
Commits
- fc40a26
<coverlet-coverage/coverlet@fc40a26>
release version (#1724
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1724>)
- 7095dd0
<coverlet-coverage/coverlet@7095dd0>
update changelog (#1721
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1721>)
- 302886a
<coverlet-coverage/coverlet@302886a>
Fix filename update for activated UseSourceFile option (#1681
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1681>)
- 973200c
<coverlet-coverage/coverlet@973200c>
workaround for "Failed to instrument modules" (#1700
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1700>)
- c2e6aee
<coverlet-coverage/coverlet@c2e6aee>
Fix RuntimeConfigurationReader to support SelfContained builds (#1705
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1705>)
- de1a30a
<coverlet-coverage/coverlet@de1a30a>
Update System.Text.Json version (#1710
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1710>)
- 3004bb7
<coverlet-coverage/coverlet@3004bb7>
Enable tests "Hang due to System.Console.ReadKey()" (#1707
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1707>)
- 7e0c7e8
<coverlet-coverage/coverlet@7e0c7e8>
enable dotnetTool integration tests for linux and MacOS (#1701
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1701>)
- c01ef48
<coverlet-coverage/coverlet@c01ef48>
Update Mono.Cecil 0.11.6 (Directory.Packages.props) (#1706
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1706>)
- 7c8c6fa
<coverlet-coverage/coverlet@7c8c6fa>
add known issue BadImageFormatException (#1696
<https://redirect.github.com/coverlet-coverage/coverlet/issues/1696>)
- Additional commits viewable in compare view
<coverlet-coverage/coverlet@v6.0.2...v6.0.3>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#4
Commit Summary
- ea0685d
<ea0685d>
Bump coverlet.collector from 6.0.2 to 6.0.3
File Changes
(1 file
<https://github.com/rnelson/Libexec.AspnetCore.EnvironmentHeaders/pull/4/files>
)
- *M*
Libexec.AspnetCore.EnvironmentHeaders.Tests/Libexec.AspnetCore.EnvironmentHeaders.Tests.csproj
<https://github.com/rnelson/Libexec.AspnetCore.EnvironmentHeaders/pull/4/files#diff-256b7624b75e6b58334fd761b8a4c0704999d72cb842ca2a12aaeb10eae4b1a0>
(2)
Patch Links:
-
https://github.com/rnelson/Libexec.AspnetCore.EnvironmentHeaders/pull/4.patch
-
https://github.com/rnelson/Libexec.AspnetCore.EnvironmentHeaders/pull/4.diff
—
Reply to this email directly, view it on GitHub
<#4>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA44WMW2X6TF3LDLQFNDFD2IJH2VAVCNFSM6AAAAABUNFGGCKVHI2DSMVQWIX3LMV43ASLTON2WKOZSG43DIMBZHE4DCNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Bumps coverlet.collector from 6.0.2 to 6.0.3.
Release notes
Sourced from coverlet.collector's releases.
Commits
fc40a26
release version (#1724)7095dd0
update changelog (#1721)302886a
Fix filename update for activated UseSourceFile option (#1681)973200c
workaround for "Failed to instrument modules" (#1700)c2e6aee
Fix RuntimeConfigurationReader to support SelfContained builds (#1705)de1a30a
Update System.Text.Json version (#1710)3004bb7
Enable tests "Hang due to System.Console.ReadKey()" (#1707)7e0c7e8
enable dotnetTool integration tests for linux and MacOS (#1701)c01ef48
Update Mono.Cecil 0.11.6 (Directory.Packages.props) (#1706)7c8c6fa
add known issue BadImageFormatException (#1696)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)