ianstormtaylor / slate

A completely customizable framework for building rich text editors. (Currently in beta.)
http://slatejs.org
MIT License
29.72k stars 3.24k forks source link

Code coverage analysis #1890

Closed zhujinxuan closed 6 years ago

zhujinxuan commented 6 years ago

Do you want to request a feature or report a bug?

feature

What's the current behavior?

SlateJS is complex enough, and is requiring tests. But we cannot clearly know which part of code are not tested yet. Code coverage can help us find out untested code in packages/src/slate

What's the expected behavior?

I think it will be good to have coveralls.io introduced in slate. However, only maintainer/owner can set up code coverage analysis in coverall.io. @ianstormtaylor @Soreine @SamyPesse

zhujinxuan commented 6 years ago

Done in https://github.com/ianstormtaylor/slate/pull/1896

ianstormtaylor commented 6 years ago

Thanks @zhujinxuan!