forked from node-opcua/node-opcua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nycrc.yaml
38 lines (36 loc) · 949 Bytes
/
.nycrc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
all: false
check-coverage: true
# report: none
# source-map: true
# reporter: [ text-lcov ]
exclude-after-remap: true
cwd: ./packages
include:
- node-opcua-*/**/*.js
- node-opcua-*/**/*.ts
exclude:
- "**/test/**"
- "**/test_helpers/**"
- "**/test-fixtures/**"
# - node-opcua-*/test/**/*.js
- "**/**/_generated_opcua_types.*"
- node-opcua-types
- node-opcua-utils
- node-opcua-benchmarker
- node-opcua-packet-analyzer
- node-opcua-schemas
- node-opcua-generator
- node-opcua-end2end-test
- node-opcua-debug
- node-opcua-leak-detector
- node-opcua-modeler
- node-opcua-nodesets
- node-opcua-nodeset-*
- node-opcua-xml2json
- node-opcua-address-space-for-conformance-testing
- node-opcua-assert
- node-opcua-test-helpers
- node-opcua-test-fixtures
- node-opcua-convert-nodeset-to-javascript
- node-opcua-service-discovery/source/bonjour.ts
- node-opcua-hostname