JuliaManifolds / ManifoldsBase.jl

Basic interface for manifolds in Julia
https://juliamanifolds.github.io/ManifoldsBase.jl/
MIT License
83 stars 8 forks source link

Introduce Aqua.jl-based checks #186

Closed mateuszbaran closed 3 months ago

mateuszbaran commented 3 months ago

Inspired by https://github.com/JuliaManifolds/Manopt.jl/pull/379 .

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.96%. Comparing base (b0c9f51) to head (6a26c0e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #186 +/- ## ======================================= Coverage 99.96% 99.96% ======================================= Files 27 27 Lines 3156 3156 ======================================= Hits 3155 3155 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kellertuer commented 3 months ago

Ah one minor thing, you could add the Aqua badge to the badges in the Readme.

mateuszbaran commented 3 months ago

OK, then I won't tag a new version for now. There are no new features or bugfixes here after all.

BTW, I've already added the badge to Readme.