conan-io / conan-package-tools

Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)
MIT License
165 stars 70 forks source link

[hotfix] Fix broken CI tests #578

Closed uilianries closed 2 years ago

uilianries commented 2 years ago

Signed-off-by: Uilian Ries uilianries@gmail.com

Changelog: Fix: Update package references to Conan Center

codecov-commenter commented 2 years ago

Codecov Report

Merging #578 (9a134ed) into develop (6f4758b) will increase coverage by 0.53%. The diff coverage is 86.25%.

:exclamation: Current head 9a134ed differs from pull request most recent head ed34056. Consider uploading reports for the commit ed34056 to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #578      +/-   ##
===========================================
+ Coverage    79.21%   79.75%   +0.53%     
===========================================
  Files           41       41              
  Lines         4932     5019      +87     
===========================================
+ Hits          3907     4003      +96     
+ Misses        1025     1016       -9     
Impacted Files Coverage Δ
cpt/remotes.py 93.27% <ø> (ø)
cpt/run_in_docker.py 0.00% <0.00%> (ø)
cpt/test/integration/basic_test.py 97.04% <ø> (ø)
cpt/test/test_client/visual_toolsets_test.py 75.00% <ø> (ø)
cpt/test/integration/upload_test.py 88.75% <66.66%> (-3.46%) :arrow_down:
cpt/runner.py 90.16% <69.23%> (-1.37%) :arrow_down:
cpt/test/unit/packager_test.py 98.56% <88.88%> (+0.21%) :arrow_up:
cpt/__init__.py 100.00% <100.00%> (ø)
cpt/builds_generator.py 93.79% <100.00%> (ø)
cpt/packager.py 87.15% <100.00%> (+0.87%) :arrow_up:
... and 14 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 204a622...ed34056. Read the comment docs.