JuliaLinearAlgebra / BLIS.jl

This repo plans to provide a low-level Julia wrapper for BLIS typed interface.
BSD 3-Clause "New" or "Revised" License
26 stars 4 forks source link

Improve Tests #14

Open xrq-phys opened 2 years ago

xrq-phys commented 2 years ago

A somehow better testing system.

codecov[bot] commented 2 years ago

Codecov Report

Merging #14 (5693101) into master (59523d5) will increase coverage by 35.49%. The diff coverage is 63.63%.

@@             Coverage Diff             @@
##           master      #14       +/-   ##
===========================================
+ Coverage   51.55%   87.05%   +35.49%     
===========================================
  Files           7        7               
  Lines         225      224        -1     
===========================================
+ Hits          116      195       +79     
+ Misses        109       29       -80     
Impacted Files Coverage Δ
src/interface_linalg/level1.jl 100.00% <ø> (+100.00%) :arrow_up:
src/interface_linalg/level3.jl 95.23% <ø> (-3.58%) :arrow_down:
src/BLIS.jl 45.45% <20.00%> (-25.98%) :arrow_down:
src/interface_linalg/level2.jl 100.00% <100.00%> (+100.00%) :arrow_up:
src/backend_object/object.jl 84.61% <0.00%> (+17.94%) :arrow_up:

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 59523d5...5693101. Read the comment docs.