Skip to content

Commit 0d30367

Browse files
ferdox2apollonian
authored andcommitted
Added codecov
1 parent 27b647e commit 0d30367

File tree

4 files changed

+1337
-173
lines changed

4 files changed

+1337
-173
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ node_modules
77

88

99
# docz
10-
.docz
10+
.docz
11+
12+
.nyc_output
13+
coverage
14+
*.lcov

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: node_js
2+
node_js:
3+
- "stable"
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- npm run test
9+
- npm run report-coverage
10+
- npm run build
11+
deploy:
12+
provider: pages
13+
skip_cleanup: true
14+
domain: $github_token
15+
project: ./build/
16+
on:
17+
branch: master

0 commit comments

Comments
 (0)