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 coverlet.collector from 1.1.0 to 1.2.0 #123

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps coverlet.collector from 1.1.0 to 1.2.0.

Release notes

Sourced from coverlet.collector's releases.

v1.2.0

  • #58 fixes #45. It improves the memory management during reading of the hits file
  • #61 fixes #60. Allows coverage result output filename to be customized
  • #65 improves performance by ensuring all resources are properly disposed of
  • coverlet-coverage/coverlet@b42cca2 fixes #54. Returns the full path of source base path is empty
  • #64 fixes #56. Allows excluding source files from coverage instrumentation
  • #68 addresses #7. Adds instrumentation of nested types to improve coverage accuracy

v1.1.1

  • #50 fixes #46, #47 & #49. It ensures lcov, opencover and cobertura outputs work well with report generators
  • #51 fixes #48. Makes it obvious when coverage is below threshold
Commits
  • f61bc50 update buildscripts
  • 9c764de bump version numbers
  • d853ce0 update README, update sub title
  • e8785cd update buildscript to only run tests once
  • 9435f73 Merge pull request #68 from sjp/extra-coverage
  • a94f010 Remove unnecessary type and property instrumentation.
  • ab5ea14 Extract method for creating a retry strategy.
  • 7c8f5d0 Use Mono.Cecil's IsHidden property instead of checking ourselves.
  • 5ede288 Merge pull request #71 from nopara73/patch-1
  • a4e873b Change to to in
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [coverlet.collector](https://github.com/tonerdo/coverlet) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/tonerdo/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v1.1.0...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the 📦 dependencies Pull requests that update a dependency file label Jan 6, 2020
@codecov
Copy link

codecov bot commented Jan 6, 2020

Codecov Report

Merging #123 into master will decrease coverage by 1.36%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   75.09%   73.73%   -1.37%     
==========================================
  Files          77       77              
  Lines        3851     3834      -17     
  Branches      446      487      +41     
==========================================
- Hits         2892     2827      -65     
- Misses        753      776      +23     
- Partials      206      231      +25
Impacted Files Coverage Δ
src/Hosting.Functions/RocketBooster.cs 79.68% <0%> (-20.32%) ⬇️
src/Hosting/RocketBooster.cs 78.12% <0%> (-20.32%) ⬇️
src/CommandLine/ActivatorUtilitiesConvention.cs 67.27% <0%> (-10.91%) ⬇️
...ns/Reflection/DependencyContextAssemblyProvider.cs 16.21% <0%> (-10.82%) ⬇️
...cyInjection/Internals/ServiceProviderObservable.cs 73.68% <0%> (-5.27%) ⬇️
...onventions/Reflection/AppDomainAssemblyProvider.cs 31.57% <0%> (-5.27%) ⬇️
src/Conventions/Scanners/ConventionProvider.cs 95.67% <0%> (-4.33%) ⬇️
...c/Hosting/ServicesBuilderServiceProviderFactory.cs 90.9% <0%> (-2.28%) ⬇️
src/Conventions/ServiceProviderDictionary.cs 32.72% <0%> (-1.82%) ⬇️
src/Conventions/Scanners/BasicConventionScanner.cs 92.59% <0%> (-0.93%) ⬇️
... and 1 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 ddbc484...5534ff9. Read the comment docs.

@david-driscoll david-driscoll merged commit 3923e12 into master Jan 12, 2020
@rsg-bot rsg-bot added this to the v9.1.0 milestone Jan 12, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/coverlet.collector-1.2.0 branch January 12, 2020 16:16
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