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
178 stars 23 forks source link

Swift/4.2 #63

Closed SwiftStudies closed 6 years ago

SwiftStudies commented 6 years ago

Creating the pull request to get build tests and to validate that everything still works on Linux and 10.13

codecov[bot] commented 6 years ago

Codecov Report

Merging #63 into master will decrease coverage by 0.56%. The diff coverage is 52.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   67.88%   67.31%   -0.57%     
==========================================
  Files          35       35              
  Lines        3979     4048      +69     
==========================================
+ Hits         2701     2725      +24     
- Misses       1278     1323      +45
Flag Coverage Δ
#ExampleLanguages 66.66% <ø> (ø) :arrow_up:
#OysterKit 61.73% <44%> (-0.82%) :arrow_down:
#STLR 67.31% <52.52%> (-0.57%) :arrow_down:
#stlrc 67.31% <52.52%> (-0.57%) :arrow_down:
Impacted Files Coverage Δ
...ermediate Representations/AbstractSyntaxTree.swift 40% <0%> (-12.18%) :arrow_down:
Sources/OysterKit/Rules/ParserRules.swift 81.37% <100%> (+0.5%) :arrow_up:
Sources/OysterKit/Rules/ScannerRules.swift 89.7% <100%> (+1.37%) :arrow_up:
Sources/STLR/Generators/SwiftGenerator.swift 46.94% <25%> (-0.14%) :arrow_down:
Sources/OysterKit/Decoding/Parsing Decoder.swift 28.14% <26.47%> (-0.52%) :arrow_down:
Sources/OysterKit/Decoding/Extensions.swift 50% <44.44%> (-50%) :arrow_down:
Sources/STLR/STLR.swift 98.26% <90%> (-0.58%) :arrow_down:

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 ec84c4c...db8ba6e. Read the comment docs.