This website requires JavaScript.
Explore
Help
Sign In
joepie91
/
pegjs
Watch
1
Star
0
Fork
You've already forked pegjs
0
Code
Issues
Pull requests
Releases
Wiki
Activity
d615cd7975
pegjs
/
.nycrc
8 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move nyc options to separate config
2018-03-23 03:38:00 +01:00
{
Istanbul: only check packages
2018-09-10 06:20:13 +02:00
"include": [ "packages/**" ],
Move nyc options to separate config
2018-03-23 03:38:00 +01:00
"reporter": [
nyc: use text-summary
2019-01-01 15:22:57 +01:00
"lcov",
"text-summary"
Move nyc options to separate config
2018-03-23 03:38:00 +01:00
]
}
Reference in a new issue
Copy permalink