dlang-community / libdparse

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

Fixed unittest on x86 #389

Closed WebFreak001 closed 4 years ago

WebFreak001 commented 4 years ago

fix #388

codecov[bot] commented 4 years ago

Codecov Report

Merging #389 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #389   +/-   ##
=======================================
  Coverage   76.09%   76.09%           
=======================================
  Files           9        9           
  Lines        7123     7123           
=======================================
  Hits         5420     5420           
  Misses       1703     1703           
Impacted Files Coverage Δ
src/dparse/lexer.d 83.40% <100.00%> (ø)

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 1c27b0d...052470c. Read the comment docs.

WebFreak001 commented 4 years ago

would maybe want to test x86 on travis, but not scope of this PR