Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add
make report-nyc
task as we observed that most examples (with co…
…de coverage when FULL_CODE_COVERAGE env.var. is set) are run after the `test-nyc` make target, hence we added `report-nyc` as a final target to the `make all` a.k.a. `make` build process. **WARNING: as now all jison compiles and examples' runs are code coveraged as well, this may take a while: ~30mins this evening on this box here ;-) ) -- anyway, the key is that we now are able to collect a lot of code coverage data and have the `report-nyc` task report on those statistics.
- Loading branch information