Konstantin8105 / c4go

Transpiling C code to Go code
MIT License
365 stars 39 forks source link

find bug with UnaryOperator #482

Closed Konstantin8105 closed 3 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #482 into master will increase coverage by 0.00%. The diff coverage is 88.88%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #482   +/-   ##
=======================================
  Coverage   84.30%   84.30%           
=======================================
  Files         193      193           
  Lines       12130    12131    +1     
=======================================
+ Hits        10226    10227    +1     
  Misses       1402     1402           
  Partials      502      502           
Impacted Files Coverage Δ
transpiler/transpiler.go 85.16% <ø> (ø)
transpiler/operators.go 76.93% <66.66%> (ø)
ast/unary_operator.go 100.00% <100.00%> (ø)
transpiler/binary.go 68.32% <100.00%> (ø)
transpiler/unary.go 75.35% <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 8460ec2...315bc12. Read the comment docs.