Suzhou-Tongyuan / jnumpy

Writing Python C extensions in Julia within 5 minutes.
MIT License
234 stars 8 forks source link

Update flags if copy happens when converting ndarray to julia Array #69

Closed songjhaha closed 2 years ago

songjhaha commented 2 years ago

resolve #68

codecov-commenter commented 2 years ago

Codecov Report

Merging #69 (a5902ca) into main (c426a07) will decrease coverage by 1.65%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
- Coverage   60.76%   59.10%   -1.66%     
==========================================
  Files          11       11              
  Lines         915      873      -42     
==========================================
- Hits          556      516      -40     
+ Misses        359      357       -2     
Impacted Files Coverage Δ
TyPython/src/CPython.NumPy.jl 92.68% <100.00%> (+0.91%) :arrow_up:
TyPython/src/C.jl 50.00% <0.00%> (-7.15%) :arrow_down:
TyPython/src/CPython.APIs.jl 49.54% <0.00%> (-3.00%) :arrow_down:
TyPython/src/CPython.jl 52.94% <0.00%> (-2.33%) :arrow_down:
TyPython/src/CPython.Defs.jl 15.90% <0.00%> (-1.87%) :arrow_down:
TyPython/src/CPython.Boot.jl 70.21% <0.00%> (-0.63%) :arrow_down:
TyPython/src/CPython.Julia.jl 94.87% <0.00%> (-0.59%) :arrow_down:
TyPython/src/CPython.ORM.jl 97.79% <0.00%> (-0.14%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.