JuliaManifolds / Manifolds.jl

Manifolds.jl provides a library of manifolds aiming for an easy-to-use and fast implementation.
https://juliamanifolds.github.io/Manifolds.jl
MIT License
368 stars 53 forks source link

BoundaryValueDiffEq v5 in docs #675

Closed mateuszbaran closed 10 months ago

mateuszbaran commented 10 months ago

The cause of CI failures: https://github.com/SciML/SimpleNonlinearSolve.jl/pull/91#issuecomment-1795794972

codecov[bot] commented 10 months ago

Codecov Report

Merging #675 (bfe4f03) into master (f9a6b19) will increase coverage by 0.16%. Report is 1 commits behind head on master. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #675      +/-   ##
==========================================
+ Coverage   99.41%   99.57%   +0.16%     
==========================================
  Files         108      108              
  Lines       10600    10675      +75     
==========================================
+ Hits        10538    10630      +92     
+ Misses         62       45      -17     
Files Coverage Δ
ext/ManifoldsTestExt/tests_general.jl 99.15% <ø> (+3.23%) :arrow_up:
ext/ManifoldsTestExt/tests_group.jl 100.00% <100.00%> (+0.26%) :arrow_up:
src/Manifolds.jl 86.66% <ø> (ø)
src/groups/addition_operation.jl 100.00% <100.00%> (ø)
src/groups/general_unitary_groups.jl 100.00% <100.00%> (ø)
src/groups/group.jl 100.00% <100.00%> (ø)
src/groups/group_operation_action.jl 100.00% <100.00%> (ø)
src/groups/multiplication_operation.jl 100.00% <100.00%> (ø)
src/groups/power_group.jl 100.00% <100.00%> (ø)
src/groups/product_group.jl 100.00% <100.00%> (ø)
... and 1 more

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!