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

Fixed test message: expected 2 errors but reported 3 #56

Closed MaxDesiatov closed 6 years ago

MaxDesiatov commented 6 years ago

In the line above guard was checking for 2 errors, but when this condition fails, it reports that it expected 3 errors.

codecov[bot] commented 6 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   63.69%   63.69%           
=======================================
  Files          35       35           
  Lines        3969     3969           
=======================================
  Hits         2528     2528           
  Misses       1441     1441
Flag Coverage Δ
#ExampleLanguages 65.55% <ø> (ø) :arrow_up:
#OysterKit 59.92% <ø> (ø) :arrow_up:
#STLR 63.69% <ø> (ø) :arrow_up:
#stlrc 63.69% <ø> (ø) :arrow_up:

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 c0f012e...e2d09ed. Read the comment docs.