Skip to content

Commit bca7758

Browse files
committed
add codecoverage setup
1 parent 8f18145 commit bca7758

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.CONTRIBUTING.md.un~

-523 Bytes
Binary file not shown.

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ install:
2929

3030
script:
3131
- npm run lint
32-
- npm test --silent
32+
- npm test --silent
33+
34+
after_success:
35+
- bash <(curl -s https://codecov.io/bash)

coverconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"enabled": true,
3+
"relativeSourcePath": "../src",
4+
"relativeCoverageDir": "../../coverage",
5+
"ignorePatterns": ["**/node_modules/**"],
6+
"includePid": false,
7+
"reports": ["json", "html", "lcov"],
8+
"verbose": false
9+
}

0 commit comments

Comments
 (0)