cidertool / cider

Submit your builds to the Apple App Store in seconds
https://cidertool.github.io/cider
GNU General Public License v3.0
26 stars 0 forks source link

Lots of unit tests #9

Closed aaronsky closed 4 years ago

aaronsky commented 4 years ago

The unit test coverage in this project is weak. Let's get the coverage higher on important packages like the pipes and client

aaronsky commented 4 years ago

Made some good progress in the last few commits! Once this repo moves to the new organization, I'll set up codecov or something.

aaronsky commented 4 years ago

Incredibly, code coverage is allegedly at 80%. Not sure if that's counting packages with no test files, but I'm satisfied regardless. Package client is covered at 61% and is the most dangerous area logic-wise.