andreroggeri / ynab-sdk-python

Python implementation of the YNAB API (https://api.youneedabudget.com/)
Apache License 2.0
29 stars 11 forks source link

chore(deps): Bump codecov from 2.0.15 to 2.1.8 #57

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps codecov from 2.0.15 to 2.1.8.

Changelog

Sourced from codecov's changelog.

2.1.8

  • #285Add support for CODECOV_FLAGS
  • #276Add ability to specify number of upload retries

2.1.7

  • #279 Fix pinned coverage version

2.1.6

  • #275 Fix GitHub Actions implementation

2.1.5

  • #273 Implement retries on Codecov API calls
  • #265 Add GitHub Actions CI detection
  • #267 Add CODECOV_NAME as default for name

2.1.4

  • #260 Enforce black formatting
  • #169 Fix command line quoting on Windows
  • #216 Fix GitLab CI project directory detection on Windows
  • #264 Fix GitLab CI post version 9
  • #262 Check text for NoneType on writes
  • #266 Include the cacert in the PUT call when uploading to S3
  • #263 Fixed gcov not being found in certain instances

2.1.3

  • Fix find command not working on Windows
  • Add support for gzipping reports
  • Dynamic syncing of version

2.1.1

  • Fix command when neither hg or git are not available

2.1.0

  • Remove x-amz-acl header
  • Reformat with Black

2.0.22

  • Cleaning TOC generation

2.0.21

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 will not automatically merge this PR because it includes a minor update to a production dependency.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - 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)
codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit d2d58eb4 and detected 0 issues on this pull request.

View more on Code Climate.

codecov-commenter commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@cd7b714). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #57   +/-   ##
=========================================
  Coverage          ?   98.08%           
=========================================
  Files             ?       26           
  Lines             ?      991           
  Branches          ?       55           
=========================================
  Hits              ?      972           
  Misses            ?       17           
  Partials          ?        2           
Impacted Files Coverage Δ
ynab_sdk/api/models/requests/transaction.py 100.00% <0.00%> (ø)
ynab_sdk/utils/configurations/cached.py 100.00% <0.00%> (ø)
ynab_sdk/api/categories.py 100.00% <0.00%> (ø)
ynab_sdk/api/payees.py 100.00% <0.00%> (ø)
ynab_sdk/utils/configurations/default.py 100.00% <0.00%> (ø)
ynab_sdk/api/models/responses/budget_detail.py 100.00% <0.00%> (ø)
ynab_sdk/api/models/responses/payees.py 100.00% <0.00%> (ø)
ynab_sdk/utils/responses.py 0.00% <0.00%> (ø)
ynab_sdk/api/models/responses/category.py 100.00% <0.00%> (ø)
ynab_sdk/utils/parsers.py 80.48% <0.00%> (ø)
... and 16 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 cd7b714...d2d58eb. Read the comment docs.