WebReflection / hyperHTML

A Fast & Light Virtual DOM Alternative
ISC License
3.07k stars 113 forks source link

Introducing domtagger as external dependency #299

Closed WebReflection closed 5 years ago

WebReflection commented 5 years ago

In an ongoing attempt to refactor out all the bricks that make hyperHTML what it is, I have also removed all the unnecessary code that is taken care now by domtagger, which is 100% code covered a part, together with all other external dependencies.

This MR also cleans up the test and its coverage, hoping to see the coveralls badge showing some number again.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 736


Changes Missing Coverage Covered Lines Changed/Added Lines %
cjs/objects/Updates.js 134 139 96.4%
<!-- Total: 174 179 97.21% -->
Totals Coverage Status
Change from base Build 733: 0.0%
Covered Lines: 412
Relevant Lines: 417

💛 - Coveralls