yanagiba / swift-ast

A Swift AST parser and visitor that is written in Swift.
Apache License 2.0
355 stars 40 forks source link

Introduce Identifier as a replacement of plain string #77

Closed ryuichis closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #77 into master will decrease coverage by 0.07%. The diff coverage is 96.12%.

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   96.22%   96.14%   -0.08%     
==========================================
  Files         150      150              
  Lines       10335    10358      +23     
  Branches      790      807      +17     
==========================================
+ Hits         9945     9959      +14     
- Misses        371      376       +5     
- Partials       19       23       +4