status-mobile/.nycrc

18 lines
376 B
Plaintext
Raw Permalink Normal View History

{
"include": [
2023-12-19 17:41:30 +00:00
"target/test/legacy/status_im/**"
],
"exclude": [
2023-12-19 17:41:30 +00:00
"target/test/legacy/status_im/test/**",
"target/test/legacy/status_im/ui/**"
],
"report-dir": "./coverage-report",
"all": true,
"source-map": true,
"produce-source-map": true,
"instrument": true,
"exclude-after-remap": false,
"extension": [".js"],
"reporter": ["lcovonly"]
2023-12-19 17:41:30 +00:00
}