shapesecurity / shift-parser-js

ECMAScript parser that produces a Shift format AST
http://shift-ast.org/parser.html
Apache License 2.0
249 stars 28 forks source link

re-enable code coverage requirement for CI #261

Closed michaelficarra closed 7 years ago

michaelficarra commented 8 years ago

We used to enforce 100% code coverage, but had to disable it during the upgrade to Babel 6. When Babel is fixed, we need to put it back.

michaelficarra commented 7 years ago

Fixed in #330.