Skip to content
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 NUnit.Console from 3.13.0 to 3.13.1 #1657

Merged
merged 2 commits into from
Jan 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2022

Bumps NUnit.Console from 3.13.0 to 3.13.1.

Release notes

Sourced from NUnit.Console's releases.

NUnit Console and Engine 3.13.1

As part of this release we had 9 issues closed.

This release is entirely made up of improvements to the build process and is being released in order to test that process. There are no user-facing bug fixes or improvements in this release as compared to 3.13.0.

Build

Choosing a Package

The package nunit-console-runner.nupkg is a Chocolatey package and should be installed using choco.exe. It is also available at chocolatey.org. All other .nupkg packages are intended for use with nuget.exe and may be downloaded from nuget.org as well as here.

SHA256 Hashes of the release artifacts

  • 131a2bb701102b5bf1066793e0c53f6c144c060ec248adf7c21cc64ba4873651 NUnit.Console.3.13.1.nupkg
  • 758a3baa897ba4ef0da8394bf2aff7d2e21e1fe5a64e4a45aaafa8efd32e1977 NUnit.ConsoleRunner.3.13.1.nupkg
  • 7f43b98d0f4562bb76e7de3b9ad515a1280d34145d40fd6353cd8b6d61e55842 NUnit.ConsoleRunner.NetCore.3.13.1.nupkg
  • 83228f80ad0bd5634ac1c421ed6298ebc3fc36fd603783d51443a6f656ea8536 nunit-console-runner.3.13.1.nupkg
  • ed0b7b1649f103d8160612710afde9e501808a87fe406337d43fc43eabe0228a NUnit.Console-3.13.1.msi
  • 998181279a3a00d591cac81865a8601c836d624725e7a47cadb519ab40e29860 NUnit.Console-3.13.1.zip
  • a62798ed943396694aab1f394bda3bef2aa3af12515882b407b221c4a75036ba NUnit.Engine.3.13.1.nupkg
  • 717cac50c2a0ba1b782a82b26da7fbe3d0af121533117d610770a726066d37f9 NUnit.Engine.Api.3.13.1.nupkg
Commits
  • 6332769 Merge pull request #1076 from nunit/release-3.13.1
  • c80178a Set ErrorActionPrerference to Continue
  • 6c05946 Fix AppVeyor secore value for GitHub access token
  • 32b9434 Merge pull request #1074 from nunit/issue-1072
  • b0bca52 Code to perform a production release on GitHub
  • 84f4a2e Merge pull request #1071 from nunit/issue-1070
  • a836809 Create Draft release on release branch
  • fb6f046 Merge pull request #1069 from nunit/issue-1065
  • 66f1f7d Publish to NuGet and Chocolatey
  • d375683 Merge pull request #1056 from nunit/issue-1055
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [NUnit.Console](https://github.com/nunit/nunit-console) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/nunit/nunit-console/releases)
- [Changelog](https://github.com/nunit/nunit-console/blob/master/CHANGES.txt)
- [Commits](nunit/nunit-console@3.13...3.13.1)

---
updated-dependencies:
- dependency-name: NUnit.Console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 5, 2022
@CLAassistant
Copy link

CLAassistant commented Jan 5, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ mregen
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

Merging #1657 (7d5ebc2) into master (74af8ca) will increase coverage by 0.16%.
The diff coverage is n/a.

❗ Current head 7d5ebc2 differs from pull request most recent head 6e65ad8. Consider uploading reports for the commit 6e65ad8 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1657      +/-   ##
==========================================
+ Coverage   53.70%   53.86%   +0.16%     
==========================================
  Files         305      319      +14     
  Lines       56338    57772    +1434     
==========================================
+ Hits        30254    31118     +864     
- Misses      26084    26654     +570     
Impacted Files Coverage Δ
...braries/Opc.Ua.Server/Subscription/Subscription.cs 59.06% <0.00%> (-0.56%) ⬇️
Libraries/Opc.Ua.Client/Session.cs 63.42% <0.00%> (-0.16%) ⬇️
...ent.ComplexTypes/TypeBuilder/ComplexTypeFactory.cs 100.00% <0.00%> (ø)
...c.Ua.Client.ComplexTypes/IComplexTypeProperties.cs 100.00% <0.00%> (ø)
...es/Opc.Ua.Client.ComplexTypes/ComplexTypeSystem.cs 53.99% <0.00%> (ø)
...nt.ComplexTypes/TypeBuilder/AttributeExtensions.cs 82.75% <0.00%> (ø)
...ent.ComplexTypes/TypeBuilder/ComplexTypeBuilder.cs 37.03% <0.00%> (ø)
....Client.ComplexTypes/TypeBuilder/AssemblyModule.cs 100.00% <0.00%> (ø)
...c.Ua.Client.ComplexTypes/Types/UnionComplexType.cs 76.76% <0.00%> (ø)
...ient.ComplexTypes/Types/StructureFieldAttribute.cs 100.00% <0.00%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74af8ca...6e65ad8. Read the comment docs.

@mregen mregen merged commit 9188dcf into master Jan 5, 2022
@mregen mregen deleted the dependabot/nuget/NUnit.Console-3.13.1 branch January 5, 2022 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants