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

Update Documenter.jl to 1.0 #654

Closed mateuszbaran closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Merging #654 (89b8cc9) into master (9337b86) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #654   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files         106      106           
  Lines       10440    10440           
=======================================
  Hits        10359    10359           
  Misses         81       81           
Files Coverage Δ
src/manifolds/GeneralUnitaryMatrices.jl 100.00% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

kellertuer commented 11 months ago

I am surprised about the large reduction of test coverage, any idea where that might come from?

mateuszbaran commented 11 months ago

It's again that weird issue with first line of method not being covered :confused:

kellertuer commented 11 months ago

Seems to just be a hiccup every now and then.

Though I usually just retriever the action (under actions – rerun all) that looks a bit nicer in history compared to the close-reopen-trick.