Hi, great package idea !
In several packages, e.g. VoronoiFVM.jl, I run code from an examples subdirectory and also a couple of Pluto notebooks during CI. Currently these are not counted as lines of test code.
- Is there any idea to handle this situation besides moving all examples to test ?
- If I have Pluto notebooks containing manifests for tests - how can I prevented from "cheating" due to counting the manifests as code lines ?
Hi, great package idea !
In several packages, e.g. VoronoiFVM.jl, I run code from an
examplessubdirectory and also a couple of Pluto notebooks during CI. Currently these are not counted as lines of test code.