Closed holgerteichgraeber closed 5 years ago
Another note on that:
julia --code-coverage test/runtests.jl
, then need Project.toml file in test folderjulia -e 'Pkg.test("MyPkg", coverage=true)'
, then need extras and test in src Project.toml file as described above.
https://discourse.julialang.org/t/convert-require-to-project-toml-and-manifest-toml/17775 Shows how to create Project.toml. Just putting this here to find it ..
Concerning manifest: people say not necessary.. https://discourse.julialang.org/t/does-manifest-toml-belong-in-the-repository/12029/3