Linq.py icon indicating copy to clipboard operation
Linq.py copied to clipboard

replace generators with a deducer

Open arlor opened this issue 8 years ago • 3 comments

replace various generators with one deducer

arlor avatar Jan 02 '18 08:01 arlor

I'm sorry for my offline these days(I'm busy with my final exams). Thanks again for your PR, however, check it to pass CI, please. Your Bug Here

thautwarm avatar Jan 21 '18 17:01 thautwarm

Coverage Status

Coverage decreased (-0.06%) to 93.333% when pulling e237ecd09bf7f4e11fe46c6f57f51fa7d90272a2 on Athedorer:master into 55e8ed3425196bf7b5f992bb1300437d712bc87e on Xython:master.

coveralls avatar Jan 23 '18 04:01 coveralls

Codecov Report

Merging #5 into master will decrease coverage by 0.18%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #5      +/-   ##
=========================================
- Coverage   88.48%   88.3%   -0.19%     
=========================================
  Files           9       9              
  Lines         330     342      +12     
  Branches       62      69       +7     
=========================================
+ Hits          292     302      +10     
- Misses         22      23       +1     
- Partials       16      17       +1
Impacted Files Coverage Δ
after/linq/standard/generator.py 100% <0%> (ø) :arrow_up:
after/linq/core/collections.py 67.64% <0%> (+6.77%) :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 55e8ed3...d655e4d. Read the comment docs.

codecov-io avatar Jan 23 '18 05:01 codecov-io