forked from zaach/jison
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when you specify the environment variable FULL_CODE_COVERAGE=1, the s…
…ubsequent `make` runs will include extensive code coverage analysis runs, next to the regular tests, etc.: a total summary will be available in the jison::/coverage/ directory when all is done. Example command: ```sh $ node_modules/.bin/cross-env FULL_CODE_COVERAGE=1 make examples ```
- Loading branch information
1 parent
ac5ae87
commit 8ca92ef
Showing
5 changed files
with
118 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.