JoelTrent / EllipseSampling.jl

Julia package for sampling and generating points on the boundary of an ellipse with methods for random, equally spaced and clustered points
https://joeltrent.github.io/EllipseSampling.jl/
MIT License
2 stars 0 forks source link

Test if running on a more recent version of julia doesn't seg fault while running tests. Test v1.1 #9

Closed JoelTrent closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (c700149) 98.90% compared to head (1df3563) 98.90%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9 +/- ## ======================================= Coverage 98.90% 98.90% ======================================= Files 6 6 Lines 91 91 ======================================= Hits 90 90 Misses 1 1 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

JoelTrent commented 1 year ago

1.1 appears to not seg fault in the test suite. Merging