luizribeiro / labby

Software for interacting with laboratory equipment and running experiment sequences.
MIT License
0 stars 1 forks source link

Bump green from 3.2.2 to 3.2.3 #37

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps green from 3.2.2 to 3.2.3.

Changelog

Sourced from green's changelog.

Version 3.2.3

11 Oct 2020

  • Properly clean up temporary files in some versions/platforms. Contributed by @Icerman in #232. Resolves #228.
  • Fix an unwanted "1A" appearing at the beginning of test result lines in CI such as GitHub Actions and AppVeyor.
Commits
  • 96409be Bump coverage version
  • 47dc752 Remove Travis and AppVeyor badges and configs in favor of GitHub Actions.
  • 58478a2 Fix "1A" appearing at the start of result lines in CI (#234)
  • f6d058f Don't cover the special case
  • 2e561ad Lints
  • cb07e51 Have black tell us what it doesn't like
  • 79ff958 Fix syntax
  • ba013d8 Tell black what to lint. Try to fix coveralls.
  • fa59d5c Install optional deps, force color on
  • 90691bd Give GH Actions another try
  • 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)
codecov[bot] commented 4 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files          29       29           
  Lines         981      981           
=======================================
  Hits          956      956           
  Misses         25       25           

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 947a812...3cc81aa. Read the comment docs.