fabric8-analytics / fabric8-analytics-worker

fabric8-analytics worker for gathering raw data
GNU General Public License v3.0
8 stars 45 forks source link

chore: Upgrade f8a_utils to latest #940

Closed jparsai closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #940 (5014b8d) into master (70cd237) will increase coverage by 0.32%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #940      +/-   ##
==========================================
+ Coverage   64.03%   64.36%   +0.32%     
==========================================
  Files          81       81              
  Lines        5742     5629     -113     
==========================================
- Hits         3677     3623      -54     
+ Misses       2065     2006      -59     
Impacted Files Coverage Δ
f8a_worker/storages/s3.py 42.62% <0.00%> (-1.64%) :arrow_down:
f8a_worker/models.py 73.89% <0.00%> (-1.11%) :arrow_down:
f8a_worker/utils.py 84.29% <0.00%> (+0.27%) :arrow_up:
f8a_worker/workers/bookkeeper.py 23.68% <0.00%> (+1.18%) :arrow_up:
f8a_worker/storages/postgres.py 37.06% <0.00%> (+1.35%) :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 70cd237...5014b8d. Read the comment docs.

centos-ci commented 3 years ago

@jparsai Your image is available in the registry: docker pull quay.io/openshiftio/rhel-bayesian-cucos-worker:SNAPSHOT-PR-940

yzainee-zz commented 3 years ago

with the latest version of utils, do you still need version comparator?

arajkumar commented 3 years ago

with the latest version of utils, do you still need version comparator?

@yzainee , f8a_version_comparator is a dependency of f8a_utils and listed only in requirements.txt(lock file), not in requirements.in.