JuliaLinearAlgebra / MatrixDepot.jl

An Extensible Test Matrix Collection for Julia
http://matrixdepotjl.readthedocs.org/
Other
75 stars 22 forks source link

improved user documentation in NEWS.md, README.md, src/MatrixDepot.jl #32

Closed KlausC closed 5 years ago

KlausC commented 5 years ago

Added some usage information in README and Matrix.Depot.jl. Added v0.7.0 info to NEWS.

Actually I am not aware of how the version numbers of registered packages are managed. I would also like to provide Project.toml and Manifest.toml files, but have not enough knowledge to do so.

codecov-io commented 5 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   72.28%   72.28%           
=======================================
  Files          12       12           
  Lines        1909     1909           
=======================================
  Hits         1380     1380           
  Misses        529      529
Impacted Files Coverage Δ
src/MatrixDepot.jl 95.65% <ø> (ø) :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 0f50431...a4b89c2. Read the comment docs.

KlausC commented 5 years ago

@andreasnoack The code coverage result (72%) is strange. I remember I invested quite some time to push it to > 99%. Is there a chance to find out what is going wrong there?

andreasnoack commented 5 years ago

Coverage is currently completely unreliable due to some issues in Julia and/or Coverage.jl so don't bother with the coverage numbers.

weijianzhg commented 5 years ago

Looks good to me!