Skip to content

Commit bcdb05d

Browse files
chore: adding codecov configuration
1 parent 04641b4 commit bcdb05d

File tree

3 files changed

+487
-0
lines changed

3 files changed

+487
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: node_js
22
node_js:
33
- "stable"
4+
install:
5+
- npm install -g codecov istanbul
6+
script:
7+
- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
8+
- codecovn
49
jobs:
510
include:
611
# Define the release stage that runs semantic-release

0 commit comments

Comments
 (0)