Skip to content

Commit ead0298

Browse files
vanodeviumblakeembrey
authored andcommitted
Changed coverage tool to nyc (#201)
1 parent 1aa2238 commit ead0298

File tree

4 files changed

+761
-300
lines changed

4 files changed

+761
-300
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
.nyc_output
23
coverage
34
components
4-
typings
5+
typings

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ node_js:
55
- "6"
66
- "stable"
77

8-
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
8+
after_script: "npm install coveralls@3 && npm run coverage | coveralls"

0 commit comments

Comments
 (0)