SwiftStudies / OysterKit

OysterKit is a framework that provides a native Swift scanning, lexical analysis, and parsing capabilities. In addition it provides a language that can be used to rapidly define the rules used by OysterKit called STLR
BSD 2-Clause "Simplified" License
177 stars 23 forks source link

Removed unnecessary classes #46

Closed SwiftStudies closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #46 into master will increase coverage by 5.14%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   58.54%   63.69%   +5.14%     
==========================================
  Files          38       35       -3     
  Lines        4036     3969      -67     
==========================================
+ Hits         2363     2528     +165     
+ Misses       1673     1441     -232
Flag Coverage Δ
#ExampleLanguages 65.55% <ø> (ø) :arrow_up:
#OysterKit 59.92% <100%> (+9.68%) :arrow_up:
#STLR 63.69% <100%> (+5.14%) :arrow_up:
#stlrc 63.69% <100%> (+5.14%) :arrow_up:
Impacted Files Coverage Δ
...ces/OysterKit/Extensions/SwiftTypeExtensions.swift 73.33% <ø> (ø) :arrow_up:
Sources/OysterKit/Lexical Analysis/Lexer.swift 57.5% <ø> (+3.75%) :arrow_up:
Sources/OysterKit/Decoding/Parsing Decoder.swift 25.4% <100%> (+1.24%) :arrow_up:
Sources/OysterKit/Rules/Rule.swift 96.22% <100%> (+48.42%) :arrow_up:
Sources/OysterKit/Rules/RuleExtensions.swift 100% <0%> (+11.11%) :arrow_up:
Sources/OysterKit/Parsing/Language.swift 95.91% <0%> (+63.26%) :arrow_up:
Sources/OysterKit/Parsing/NodeStack.swift 100% <0%> (+68.75%) :arrow_up:
... and 1 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 939d1b2...4c2030e. Read the comment docs.