Closed DylannCordel closed 5 years ago
Merging #37 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #37 +/- ##
=======================================
Coverage 92.91% 92.91%
=======================================
Files 17 17
Lines 536 536
=======================================
Hits 498 498
Misses 38 38
Impacted Files | Coverage Δ | |
---|---|---|
src/nextcloud/response.py | 84.84% <ø> (ø) |
:arrow_up: |
src/nextcloud/__init__.py | 100% <ø> (ø) |
:arrow_up: |
src/nextcloud/api_wrappers/group_folders.py | 100% <ø> (ø) |
:arrow_up: |
src/nextcloud/api_wrappers/user.py | 95.65% <ø> (ø) |
:arrow_up: |
src/nextcloud/api_wrappers/apps.py | 100% <ø> (ø) |
:arrow_up: |
...rc/nextcloud/api_wrappers/federated_cloudshares.py | 42.3% <ø> (ø) |
:arrow_up: |
src/nextcloud/api_wrappers/capabilities.py | 100% <ø> (ø) |
:arrow_up: |
src/nextcloud/api_wrappers/notifications.py | 91.66% <ø> (ø) |
:arrow_up: |
src/nextcloud/api_wrappers/__init__.py | 100% <ø> (ø) |
:arrow_up: |
src/nextcloud/api_wrappers/user_ldap.py | 100% <ø> (ø) |
:arrow_up: |
... and 7 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 a1cbd46...eb75b0f. Read the comment docs.
The inspection completed: No new issues
Merging, thank you for your contribution!
Hi,
We currently use your app with python 2.7. Seems ok (but utf8) for the usage we have. Adding explicit charset solve the python 2.7 problem.