Open jagot opened 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.
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 thesrc/
directory, making sure the file is included in.gitignore
.