File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : node_js
2
+ cache : npm
3
+ stages :
4
+ - check
5
+ - test
6
+ - cov
7
+
8
+ node_js :
9
+ - ' 10'
10
+
11
+ os :
12
+ - linux
13
+
14
+ script : npx nyc -s npm run test -- --bail
15
+ after_success : npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
16
+
17
+ jobs :
18
+ include :
19
+ - stage : check
20
+ script :
21
+ - npm run lint
22
+
23
+ - stage : test
24
+ name : node
25
+ script : npm run test
26
+
27
+ notifications :
28
+ email : false
Original file line number Diff line number Diff line change 7
7
[ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( https://protocol.ai )
8
8
[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
9
9
[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
10
- [ ![ Build Status] ( https://ci.ipfs.team/buildStatus/icon?job=IPFS%20Shipyard /npm-on-ipfs/master )] ( https://ci.ipfs.team/job/IPFS%20Shipyard/job/ npm-on-ipfs/job/master/ )
10
+ [ ![ Build Status] ( https://flat.badgen.net/travis/ipfs-shipyard /npm-on-ipfs )] ( https://travis- ci.com/ ipfs-shipyard/ npm-on-ipfs )
11
11
[ ![ Code Coverage] ( https://codecov.io/gh/ipfs-shipyard/npm-on-ipfs/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ipfs-shipyard/npm-on-ipfs )
12
12
[ ![ Dependency Status] ( https://david-dm.org/ipfs-shipyard/npm-on-ipfs.svg?style=flat-square )] ( https://david-dm.org/ipfs-shipyard/npm-on-ipfs )
13
13
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments