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
703fbbf8d0
pegjs
/
.nycrc
9 lines
122 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": [
Set up CI with Azure Pipelines (#596) * Add support for Azure Pipelines * Remove Travis CI support * coverage: Generate cobertura and lcov reports only * Add support for Code Climate
2019-01-01 13:26:41 +01:00
"cobertura",
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