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

Restyle remote: add support for WebDAV #3648

Closed
wants to merge 8 commits into from
Closed

Conversation

restyled-io[bot]
Copy link
Contributor

@restyled-io restyled-io bot commented Apr 18, 2020

A duplicate of #3647 with additional commits that automatically address
incorrect style, created by Restyled.

Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it with only
the style fixes.

The following Restylers made fixes:

  • black

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to
    the original Pull Request

    Expand for example instructions
    ```console
    git remote add upstream https://github.com/iterative/dvc.git
    git fetch upstream pull/<this PR number>/head
    git merge --ff-only FETCH_HEAD
    git push
    ```
    

NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.

Sorry if this was unexpected. To disable it, see our documentation.

@restyled-io restyled-io bot force-pushed the restyled/pull-3647 branch from 7552623 to c2fec6c Compare April 18, 2020 06:55
@codecov
Copy link

codecov bot commented Apr 18, 2020

Codecov Report

Merging #3648 into master will decrease coverage by 0.29%.
The diff coverage is 48.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3648      +/-   ##
==========================================
- Coverage   90.89%   90.60%   -0.30%     
==========================================
  Files         153      155       +2     
  Lines        9571     9635      +64     
==========================================
+ Hits         8700     8730      +30     
- Misses        871      905      +34     
Impacted Files Coverage Δ
dvc/remote/webdav.py 37.73% <37.73%> (ø)
dvc/remote/__init__.py 100.00% <100.00%> (ø)
dvc/remote/webdavs.py 100.00% <100.00%> (ø)
dvc/scheme.py 100.00% <100.00%> (ø)
dvc/updater.py 54.65% <0.00%> (-1.17%) ⬇️

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 11e56db...432b34f. Read the comment docs.

@restyled-io restyled-io bot force-pushed the restyled/pull-3647 branch from c2fec6c to a55d7be Compare April 20, 2020 08:29
@restyled-io restyled-io bot force-pushed the restyled/pull-3647 branch from a55d7be to 3ed3cb0 Compare April 20, 2020 08:57
@restyled-io restyled-io bot force-pushed the restyled/pull-3647 branch from 3ed3cb0 to 43a4916 Compare April 20, 2020 17:47
@restyled-io restyled-io bot force-pushed the restyled/pull-3647 branch from 43a4916 to a2f67f5 Compare April 20, 2020 17:49
@restyled-io restyled-io bot force-pushed the restyled/pull-3647 branch from a2f67f5 to 432b34f Compare April 20, 2020 18:07
@restyled-io restyled-io bot closed this Apr 20, 2020
@skshetry skshetry deleted the restyled/pull-3647 branch June 11, 2020 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant