Tyler-Keith-Thompson / CucumberSwift

A lightweight swift Cucumber implementation
https://tyler-keith-thompson.github.io/CucumberSwift/documentation/cucumberswift/
MIT License
74 stars 19 forks source link

Fix test discovery #75

Closed Tyler-Keith-Thompson closed 1 year ago

Tyler-Keith-Thompson commented 1 year ago

Closes #74 Answers #65

codecov[bot] commented 1 year ago

Codecov Report

Merging #75 (3b11df3) into main (7d56a9d) will increase coverage by 3.25%. The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
+ Coverage   89.48%   92.74%   +3.25%     
==========================================
  Files          47       46       -1     
  Lines        1740     1736       -4     
==========================================
+ Hits         1557     1610      +53     
+ Misses        183      126      -57     
Impacted Files Coverage Δ
Sources/CucumberSwift/DSL/Matcher.swift 100.00% <ø> (+25.00%) :arrow_up:
Sources/CucumberSwift/Gherkin/Parser/Feature.swift 95.12% <ø> (+17.12%) :arrow_up:
Sources/CucumberSwift/Runner/Cucumber.swift 88.37% <25.00%> (+12.96%) :arrow_up:
Sources/CucumberSwift/Gherkin/AST/ASTToken.swift 100.00% <100.00%> (ø)
...erSwift/Gherkin/Parser/ScenarioOutlineParser.swift 100.00% <100.00%> (ø)
Sources/CucumberSwift/Reporter/JSONReporter.swift 95.55% <100.00%> (+0.55%) :arrow_up:
Sources/CucumberSwift/Runner/CucumberTest.swift 96.69% <100.00%> (+14.08%) :arrow_up:
... 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 b7866ef...3b11df3. Read the comment docs.