JuliaLinearAlgebra / Octavian.jl

Multi-threaded BLAS-like library that provides pure Julia matrix multiplication
https://julialinearalgebra.github.io/Octavian.jl/stable/
Other
230 stars 18 forks source link

Cpusummary Note #133

Closed chriselrod closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #133 (4e8f53d) into master (82a68e7) will increase coverage by 1.38%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
+ Coverage   87.34%   88.72%   +1.38%     
==========================================
  Files          13       13              
  Lines         877      878       +1     
==========================================
+ Hits          766      779      +13     
+ Misses        111       99      -12     
Impacted Files Coverage Δ
src/Octavian.jl 50.00% <ø> (ø)
src/global_constants.jl 69.38% <0.00%> (+9.38%) :arrow_up:
src/funcptrs.jl 100.00% <100.00%> (ø)
src/matmul.jl 92.83% <0.00%> (+0.93%) :arrow_up:
src/init.jl 78.57% <0.00%> (+14.28%) :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 82a68e7...4e8f53d. Read the comment docs.

DilumAluthge commented 2 years ago

Is there a specific reason for disabling the formatting check?

chriselrod commented 2 years ago

Is there a specific reason for disabling the formatting check?

Yes, the formatting check failed because it seems like something is changing the formatting to cause it to fail.