dbrattli / Expression

Pragmatic functional programming for Python inspired by F#
https://expression.readthedocs.io
MIT License
424 stars 31 forks source link

Add filter #30

Closed 6293 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #30 (1666e51) into main (72d5f01) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   80.48%   80.54%   +0.06%     
==========================================
  Files          38       38              
  Lines        2178     2185       +7     
==========================================
+ Hits         1753     1760       +7     
  Misses        425      425              
Impacted Files Coverage Δ
expression/core/option.py 88.26% <100.00%> (+0.43%) :arrow_up: