Instagram / MonkeyType

A Python library that generates static type annotations by collecting runtime types
Other
4.76k stars 173 forks source link

Add test coverage on github #197

Open edison12a opened 4 years ago

edison12a commented 4 years ago

I think as a standard, it would b nice to add visible test coverage to the project. This can be achieved through https://coveralls.io/

carljm commented 4 years ago

This is a nice idea, and in principle I'm fine with it, but it seems like it will require some work to figure out the organizational permissions to the repo for one of those external projects, and I don't have time to work on this right now.