tophat / codewatch

[deprecated] Monitor and manage deeply customizable metrics about your python code using ASTs
https://codewatch.io
Apache License 2.0
38 stars 3 forks source link

chore: Bump lodash.merge from 4.6.1 to 4.6.2 in /website #105

Closed dependabot[bot] closed 5 years ago

dependabot[bot] commented 5 years ago

Bumps lodash.merge from 4.6.1 to 4.6.2.

Commits - See full diff in [compare view](https://github.com/lodash/lodash/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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tophat/codewatch/network/alerts).
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #105   +/-   ##
======================================
  Coverage    93.7%   93.7%           
======================================
  Files          10      10           
  Lines         413     413           
  Branches       58      58           
======================================
  Hits          387     387           
  Misses         15      15           
  Partials       11      11
Flag Coverage Δ
#py27 93.7% <ø> (ø) :arrow_up:
#py36 93.7% <ø> (ø) :arrow_up:
#py37 93.7% <ø> (ø) :arrow_up:

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 7fc63be...4a45f11. Read the comment docs.

cabiad commented 5 years ago

I kicked this off. I'll merge if the tests all pass.

@lime-green, let me know if you'd prefer this was dealt with in another way.

cabiad commented 5 years ago

Test failure looks like a flake due to codecov.io being temporarily unavailable:

py37 run-test: commands[2] | codecov --required -X search gcov pycov -f test-reports/coverage-py37.xml --flags py37

      _____          _
     / ____|        | |
    | |     ___   __| | ___  ___ _____   __
    | |    / _ \ / _  |/ _ \/ __/ _ \ \ / /
    | |___| (_) | (_| |  __/ (_| (_) \ V /
     \_____\___/ \____|\___|\___\___/ \_/
                                    v2.0.15

==> Detecting CI provider
    Circle CI Detected
==> Preparing upload
XX> Skip processing gcov
==> Collecting reports
XX> Searching for reports disabled
    Targeting specific files
    + test-reports/coverage-py37.xml bytes=19959
==> Uploading
    .url https://codecov.io
    .query commit=4a45f11dbf4689ba03d36c03bac9920ea353a5e3&branch=dependabot%2Fnpm_and_yarn%2Fwebsite%2Flodash.merge-4.6.2&job=1414.0&service=circleci&build=1414.0&slug=tophat%2Fcodewatch&flags=py37&yaml=.codecov.yml&package=py2.0.15
    Pinging Codecov...
    Uploading to S3...
Error: HTTPSConnectionPool(host='codecov.io', port=443): Max retries exceeded with url: /codecov/v4/raw/2019-07-17/9862F372AF988E0FA2A02705282C8724/4a45f11dbf4689ba03d36c03bac9920ea353a5e3/b5dbf56d-56ec-4fcc-b860-91d91954b2a8.txt?AWSAccessKeyId=AKIAIHLZSCQCS4WIHD4A&Expires=1563370369&Signature=wCtRKB3v%2FVZOW03dVOyQ0UOVDy8%3D (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fa77c20cda0>: Failed to establish a new connection: [Errno 110] Connection timed out'))

This passed previously, so I'm not worried about it masking a real issue. I'm just going to do a merge force as admin.