You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to know how much of Sunny our test suite is actually testing, and maybe include a badge on the Github repo. Apparently there are a lot of Julia tools for this. To generate .cov files, use:
It would be nice to know how much of Sunny our test suite is actually testing, and maybe include a badge on the Github repo. Apparently there are a lot of Julia tools for this. To generate
.cov
files, use:Maybe a better way to explore is LocalCoverage.jl. Some explanation here: https://tamaspapp.eu/post/julia-local-coverage/
For example,
This issue might relevant: JuliaCI/LocalCoverage.jl#31
The text was updated successfully, but these errors were encountered: