JuanVqz / doctors

Sistema para doctores
1 stars 1 forks source link

chore(deps): bump coverband from 6.0.2 to 6.1.0 #568

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps coverband from 6.0.2 to 6.1.0.

Changelog

Sourced from coverband's changelog.

Coverband 6.1.0

This release has a number of smaller fixes and improvements. It includes a sizable refactoring around the UI which should simplify improvements going forward. This release is mostly targetting large projects with 6K+ ruby files, use the new config.paged_reporting = true option with the HashRedisStore to enable paged reporting for large projects. The HashRedisStore now also includes the last time a line in a file was executed.

  • Thanks to @​FeLvi-zzz for the last time accessed support for the Hash Redis Store
  • Thanks to @​alpaca-tc for the improvements on the route tracker
  • Thanks to @​ydah for typo fixes, doc updates, adding ruby 3.3 to build matrix, improvements on CI, standardrb fixes
  • Thanks to @​trivett, @​khaled-badenjki, @​IsabelleLePivain for improved docs
  • Thanks to @​prastamaha for the memcached adapter
  • Thanks to @​ursm for a yaml fix
  • Thanks to @​Drowze for a layered cache approach for perf improvements
  • Thanks to @​vs37559 for a sinatra pandrino fix
  • This release addresses large projects and adds in paged reporting
    • to ensure even on projects with 10K+ files it can load on heroku under the 30s timeout
    • only supports HashRedis store
    • faster UI for web UI in general which should be noticable on non paged reports
    • reduce redis calls
Commits


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