viralogic / py-enumerable

A Python module used for interacting with collections of objects using LINQ syntax
MIT License
187 stars 24 forks source link

Version1.1 #33

Closed viralogic closed 5 years ago

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 90


Changes Missing Coverage Covered Lines Changed/Added Lines %
py_linq/py_linq.py 66 69 95.65%
py_linq/py_linq3.py 66 69 95.65%
<!-- Total: 132 138 95.65% -->
Files with Coverage Reduction New Missed Lines %
py_linq/py_linq3.py 1 93.87%
py_linq/py_linq.py 1 93.82%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 76: -15.6%
Covered Lines: 1292
Relevant Lines: 1659

💛 - Coveralls
dagoltz commented 5 years ago

It's nice to see (almost) all my suggestions are released as version 1.1. Good job guys! 👍

viralogic commented 5 years ago

@dagoltz Thanks for the feedback. Always appreciate the feedback to make it better. Sometimes the most obvious small performance improvements are not easily seen.

It is just me that handles this project.