This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
loopback-datasource-juggler
mirror of
https://github.com/loopbackio/loopback-datasource-juggler
Watch
0
Star
0
Fork
You've already forked loopback-datasource-juggler
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1dd3546c3f
loopback-datasource-juggler
/
.nycrc
10 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add nyc coverage, report data to coveralls.io
2017-08-30 12:13:52 +00:00
{
"exclude": [
"test/**/*.js"
],
Hide nyc coverage from test output Configure nyc/istanbul to generate an HTML report that can be inspected in a browser instead of printing a long table after each test run.
2018-07-09 15:01:52 +00:00
"reporter": [
"html"
],
Add nyc coverage, report data to coveralls.io
2017-08-30 12:13:52 +00:00
"cache": true
}