jagot / LiterateOrg.jl

Other
1 stars 1 forks source link

Coverage is not correctly calculated #1

Open jagot opened 6 years ago

jagot commented 6 years ago

Since the code resides in deps/ post-build, no lines of the code are considered covered by the tests. One option could be to drop the tangled code in the src/ directory, making sure the file is included in .gitignore.

jagot commented 6 years ago

Partially addressed in 88dc2a4; the code/tests are now tangled into the normal tree structure, enabling coverage calculations, but since the tangled code is not checked in, the coverage viewers do not know what to show.