Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123226
nyc.config.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
413 B
Subscribers
None
nyc.config.js
View Options
'use strict'
;
let
reportDir
=
'cypress/coverage'
;
let
tempDir
=
'.nyc_output'
;
const
parallelBuildId
=
process
.
env
.
CYPRESS_PARALLEL_BUILD_ID
;
if
(
parallelBuildId
!==
undefined
)
{
reportDir
+=
parallelBuildId
;
tempDir
+=
parallelBuildId
;
}
module
.
exports
=
{
exclude
:
[
'assets/src/bundles/vendors/index.js'
,
'assets/src/thirdparty/**/*.js'
],
'report-dir'
:
reportDir
,
'temp-dir'
:
tempDir
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 5:11 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3268227
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment