go-clang / gen

Generate Go bindings for Clang's C API
https://pkg.go.dev/github.com/go-clang/gen
BSD 3-Clause "New" or "Revised" License
44 stars 5 forks source link

all: add some testcase #166

Closed zchee closed 3 years ago

zchee commented 3 years ago

Add some testcase.

codecov[bot] commented 3 years ago

Codecov Report

Merging #166 (3d81a36) into main (6a6ada5) will increase coverage by 11.0%. The diff coverage is 5.5%.

Impacted file tree graph

@@           Coverage Diff           @@
##           main    #166      +/-   ##
=======================================
+ Coverage   0.3%   11.3%   +11.0%     
=======================================
  Files        19      19              
  Lines      2511    2500      -11     
=======================================
+ Hits          8     284     +276     
+ Misses     2503    2216     -287     
Impacted Files Coverage Δ
clang/cmd.go 0.0% <0.0%> (ø)
comment.go 93.7% <ø> (+93.7%) :arrow_up:
enum.go 0.0% <0.0%> (ø)
file.go 0.0% <0.0%> (ø)
headerfile.go 47.4% <100.0%> (+47.4%) :arrow_up:
generation.go 2.7% <0.0%> (+2.7%) :arrow_up:
type.go 17.1% <0.0%> (+17.1%) :arrow_up:
function.go 19.7% <0.0%> (+19.7%) :arrow_up:
lookup.go 23.4% <0.0%> (+23.4%) :arrow_up:
... and 4 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 6a6ada5...3d81a36. Read the comment docs.