The file structure of my project looks like this:
test.hxml
# JavaScript
-main TestMainPlus
-lib munit
-lib hamcrest
-cp src
-cp test/boxLevel01
-js bin/js_test.js
The configuration file ( .munit ) for the coverage tool looks like this:
.munit:
version=2.1.0
src=test/boxLevel01/downlevel
bin=build
report=report
hxml=test.hxml
classPaths=src
When I take a look, what happens inside the code coverage config tool, I come to following conclusions:
Do you agree to these conclusions? Or have I missed something?
As I have tried out anything and could not get a workaround, I would be very gratefull, if someone could help me out.
Maybe you know a solution. Or at least you can tell me, that it would not work the way I have constructed my testclasses.
Thanks for any reply.
Kind regards
AlienCoder