Closed proofit404 closed 5 years ago
Merging #321 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #321 +/- ##
=======================================
Coverage 94.12% 94.12%
=======================================
Files 11 11
Lines 1089 1089
=======================================
Hits 1025 1025
Misses 64 64
Impacted Files | Coverage Δ | |
---|---|---|
pyup/requirements.py | 87.5% <0%> (ø) |
: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 70a654c...9670902. Read the comment docs.
Hi! Thanks for the great project!
I encounter a problem while setting up this CLI tool with our private GitLab service.
We use
pipenv
tool together withdocker
the same way as described in your blog https://pyup.io/posts/pipfiles-and-docker/Our
.pyup.yml
:I run this command:
Then I've got this error:
After this patch is applied:
After this, our branch list looks like this
I'm not sure about errors in the log. Probably it occurs because the previous command run already submits the same changes to this branch. Let me know if there is anything I can do to collect more data about it.
Looks like it works with this little patch.
Regards, Artem.