eschnett / CxxInterface.jl

Create Julia interfaces to C++ libraries
MIT License
45 stars 3 forks source link

add string types to cxxtype #3

Closed jw3126 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #3 (f5cc9e0) into main (94fe172) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   70.64%   70.64%           
=======================================
  Files           7        7           
  Lines         293      293           
=======================================
  Hits          207      207           
  Misses         86       86           
Impacted Files Coverage Δ
src/CxxInterface.jl 63.79% <ø> (ø)

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 94fe172...f5cc9e0. Read the comment docs.

jw3126 commented 2 years ago

@eschnett are you open to tagging a release?

eschnett commented 2 years ago

I am! Would this be a patch or a minor release?

jw3126 commented 2 years ago

Personally I would go with a patch release, but one can argue either way.