Skip to content

Commit 88ca9d4

Browse files
Merge pull request #7 from owsas/feature/codecov
Feature/codecov
2 parents 67b1a18 + b0fba71 commit 88ca9d4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ cache:
77
install:
88
- npm install
99
script:
10+
- npm install codecov -g
1011
- npm run build
11-
- npm t -- --coverage
12+
- npm t -- --coverage
13+
after_success:
14+
- codecov

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"outDir": "out",
99
"declaration": true,
1010
"declarationDir": "out",
11-
"rootDir": "src"
11+
"rootDir": "src",
12+
"sourceMap": true
1213
},
1314
"exclude": [
1415
"node_modules",

0 commit comments

Comments
 (0)