cleoold / types-linq

Standard sequence helper algorithms with full typing support
BSD 2-Clause "Simplified" License
15 stars 1 forks source link

New Set and Map to support unhashable type #7

Closed Yxa2111 closed 3 years ago

cleoold commented 3 years ago

Can you pull updates from main? The ci thing is not running atm

cleoold commented 3 years ago

let me know if you are done with this, ill tackle the rest

Yxa2111 commented 3 years ago

let me know if you are done with this, ill tackle the rest

yes, I'm done.

Yxa2111 commented 3 years ago

If I want to add some tests about new Set and Map, I need expose them. What should I do? Should I add them to __init__.py?

codecov-commenter commented 3 years ago

Codecov Report

Merging #7 (c01f55c) into main (43cd939) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        11    +1     
  Lines          984      1077   +93     
  Branches       220       233   +13     
=========================================
+ Hits           984      1077   +93     
Impacted Files Coverage Δ
types_linq/enumerable.py 100.00% <100.00%> (ø)
types_linq/lookup.py 100.00% <100.00%> (ø)
types_linq/util.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 43cd939...c01f55c. Read the comment docs.