Closed uilianries closed 3 years ago
Merging #531 (12f1ac3) into develop (6a1a8b5) will decrease coverage by
13.56%
. The diff coverage is45.86%
.
@@ Coverage Diff @@
## develop #531 +/- ##
============================================
- Coverage 92.66% 79.10% -13.57%
============================================
Files 34 41 +7
Lines 3560 4910 +1350
============================================
+ Hits 3299 3884 +585
- Misses 261 1026 +765
Impacted Files | Coverage Δ | |
---|---|---|
cpt/test/unit/generators_test.py | 100.00% <ø> (ø) |
|
cpt/test/assets/__init__.py | 23.07% <23.07%> (ø) |
|
cpt/test/assets/genconanfile.py | 23.75% <23.75%> (ø) |
|
cpt/test/utils/scm.py | 25.84% <25.84%> (ø) |
|
cpt/test/utils/mocks.py | 36.64% <36.64%> (ø) |
|
cpt/test/utils/test_files.py | 40.29% <40.29%> (ø) |
|
cpt/test/utils/tools.py | 50.08% <50.08%> (ø) |
|
cpt/test/utils/server_launcher.py | 58.57% <58.57%> (ø) |
|
cpt/test/integration/base.py | 95.12% <80.00%> (-2.25%) |
:arrow_down: |
cpt/test/integration/basic_test.py | 97.04% <97.29%> (+0.03%) |
:arrow_up: |
... and 25 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 86e2dcc...12f1ac3. Read the comment docs.
Changelog: Omit
Accept any Conan version higher than 1.7
Accept Conan develop version
Imported/Copied Conan utils files to exclude them from Conan python package release (see https://github.com/conan-io/conan/pull/8057)
[ ] Refer to the issue that supports this Pull Request.
[ ] If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
[ ] I've read the Contributing guide.
[ ] I've followed the PEP8 style guides for Python code.