ryardley / pdsl

The expressive declarative toolkit for composing predicates in TypeScript or JavaScript
https://pdsl.site
MIT License
69 stars 2 forks source link

index -> lib #134

Closed ryardley closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #134 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #134   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines          699       699           
  Branches        80        80           
=========================================
  Hits           699       699           
Impacted Files Coverage Δ
packages/pdsl/lib/context.js 100.00% <ø> (ø)
packages/pdsl/lib/errors.js 100.00% <ø> (ø)
packages/pdsl/lib/generator.js 100.00% <ø> (ø)
packages/pdsl/lib/grammar.js 100.00% <ø> (ø)
packages/pdsl/lib/i18n.js 100.00% <ø> (ø)
packages/pdsl/lib/index.js 100.00% <ø> (ø)
packages/pdsl/lib/lexer.js 100.00% <ø> (ø)
packages/pdsl/lib/parser.js 100.00% <ø> (ø)
packages/pdsl/lib/pretokenizer.js 100.00% <ø> (ø)
packages/pdsl/lib/utils.js 100.00% <ø> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c48403a...f440c53. Read the comment docs.