Skip to content

Commit 198aeeb

Browse files
committed
[TESTS]: workaround done
igned-off-by: ashish <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent b5f26e4 commit 198aeeb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- run:
2727
name: Generate code coverage
2828
command: ./node_modules/.bin/nyc report --reporter=json
29+
- run:
30+
name: moving report to right file
31+
command: mv coverage/coverage-final.json coverage/coverage.json
2932
- run:
3033
name: send code coverage to codecov
3134
command: ./node_modules/.bin/codecov

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"outDir": "lib",
77
"rootDir": "src",
88
"strict": true,
9-
"target": "es2017"
9+
"target": "es2017",
10+
"sourceMap": true
1011
},
1112
"include": [
1213
"src/**/*"

0 commit comments

Comments
 (0)