Closed olexandr-konovalov closed 5 years ago
Merging #97 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #97 +/- ##
======================================
Coverage 71.9% 71.9%
======================================
Files 14 14
Lines 865 865
======================================
Hits 622 622
Misses 243 243
Ahh this does not work - of course because of forking each process prints the message, so the line
#I No errors detected while testing
again appears twice in the test log.
A different approach to tackle this is taken in #98
Otherwise due to IO_fork() we end up with running test twice.
Fixes #89