dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

Fix 426: Storage classes for C style variadic functions #427

Closed MoonlightSentinel closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #427 into master will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
+ Coverage   79.79%   79.85%   +0.06%     
==========================================
  Files          10       10              
  Lines        7818     7843      +25     
==========================================
+ Hits         6238     6263      +25     
  Misses       1580     1580              
Impacted Files Coverage Δ
src/dparse/ast.d 65.85% <ø> (ø)
src/dparse/parser.d 91.20% <100.00%> (+0.06%) :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 1393ee4...d3395cc. Read the comment docs.