Konstantin8105 / c4go

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

fix anonymous structs,unions #492

Closed Konstantin8105 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #492 (d00dbef) into master (eecd2e2) will decrease coverage by 0.16%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #492      +/-   ##
==========================================
- Coverage   82.92%   82.75%   -0.17%     
==========================================
  Files         193      193              
  Lines       10859    10864       +5     
==========================================
- Hits         9005     8991      -14     
- Misses       1348     1362      +14     
- Partials      506      511       +5     
Impacted Files Coverage Δ
transpiler/variables.go 83.03% <0.00%> (-4.82%) :arrow_down:
program/program.go 69.73% <100.00%> (-1.60%) :arrow_down:
transpiler/declarations.go 61.84% <100.00%> (ø)
types/resolve.go 69.56% <0.00%> (-0.87%) :arrow_down:

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 eecd2e2...d00dbef. Read the comment docs.