HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 26 forks source link

Simplify return expression #498

Closed jcpunk closed 3 years ago

jcpunk commented 3 years ago

This return expression can be simplified to a comprehension.

codecov[bot] commented 3 years ago

Codecov Report

Merging #498 (12181b3) into master (b9d28fb) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #498      +/-   ##
==========================================
- Coverage   93.80%   93.79%   -0.01%     
==========================================
  Files          44       44              
  Lines        2744     2741       -3     
  Branches      391      390       -1     
==========================================
- Hits         2574     2571       -3     
  Misses        129      129              
  Partials       41       41              
Flag Coverage Δ
python-3.6 93.22% <100.00%> (-0.01%) :arrow_down:
python-3.9 93.32% <100.00%> (-0.01%) :arrow_down:
python-pypy-3.7 93.33% <100.00%> (-0.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/decisionengine/framework/util/metrics.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 b9d28fb...12181b3. Read the comment docs.