Migrate single module to full package
This PR restructures the package from a single module to a package, mainly so that the test suite can be distributed as part of the install.
Merge request reports
Activity
Created by: codecov[bot]
Codecov Report
Merging #11 (0b7494a0) into main (28aeb59a) will increase coverage by
15.61%
. The diff coverage is100.00%
.@@ Coverage Diff @@ ## main #11 +/- ## =========================================== + Coverage 55.04% 70.65% +15.61% =========================================== Files 1 3 +2 Lines 109 167 +58 =========================================== + Hits 60 118 +58 Misses 49 49
Flag Coverage Δ Linux 70.65% <100.00%> (+15.61%)
Windows 100.00% <100.00%> (+44.95%)
macOS 70.65% <100.00%> (+15.61%)
python3.6 69.18% <100.00%> (+14.55%)
python3.7 69.18% <100.00%> (+14.55%)
python3.8 70.65% <100.00%> (+15.61%)
python3.9 70.65% <100.00%> (+15.61%)
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files Coverage Δ requests_ecp/__init__.py 55.04% <ø> (ø)
requests_ecp/tests/test_requests_ecp.py 100.00% <ø> (ø)
requests_ecp/tests/__init__.py 100.00% <100.00%> (ø)
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 28aeb59...0b7494a. Read the comment docs.By Duncan Macleod on 2021-03-18T15:30:34 (imported from GitLab)
Edited by Ghost UserMerged by: duncanmmacleod at 2021-03-18 15:36:57 UTC
By Duncan Macleod on 2024-06-12T16:02:06 (imported from GitLab)
Edited by Ghost Useradded api:patch label
added packaging label
assigned to @duncanmmacleod
By Duncan Macleod on 2021-03-19T10:22:35 (imported from GitLab)