Konstantin8105 / c4go

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

Fix typos in comments, variable and function names #473

Closed alexandear closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #473 into master will not change coverage. The diff coverage is 40%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #473   +/-   ##
=======================================
  Coverage   84.78%   84.78%           
=======================================
  Files         192      192           
  Lines       11939    11939           
=======================================
  Hits        10123    10123           
  Misses       1324     1324           
  Partials      492      492
Impacted Files Coverage Δ
program/program.go 78.03% <ø> (ø) :arrow_up:
transpiler/unary.go 75.35% <ø> (ø) :arrow_up:
types/cast.go 67.76% <ø> (ø) :arrow_up:
preprocessor/preprocessor.go 82.45% <ø> (ø) :arrow_up:
util/diff.go 85% <ø> (ø) :arrow_up:
transpiler/binary.go 68.32% <ø> (ø) :arrow_up:
program/import.go 100% <ø> (ø) :arrow_up:
transpiler/operators.go 76.93% <ø> (ø) :arrow_up:
program/struct.go 72.85% <ø> (ø) :arrow_up:
util/errors.go 100% <ø> (ø) :arrow_up:
... and 9 more

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 e83bf0f...d174567. Read the comment docs.

Konstantin8105 commented 5 years ago

Thank you.