File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- " lts/*"
4
+ before_install :
5
+ - npm install -g codecov
4
6
script : npm test
7
+ after_success :
8
+ - codecov
Original file line number Diff line number Diff line change 1
1
zalgo-promise
2
2
-------------
3
3
4
+ [ ![ build status] [ build-badge ]] [ build ]
5
+ [ ![ code coverage] [ coverage-badge ]] [ coverage ]
6
+ [ ![ npm version] [ version-badge ]] [ package ]
7
+
8
+ [ build-badge ] : https://img.shields.io/github/workflow/status/krakenjs/zalgo-promise/build?logo=github&style=flat-square
9
+ [ build ] : https://github.com/krakenjs/zalgo-promise/actions?query=workflow%3Abuild
10
+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/krakenjs/zalgo-promise.svg?style=flat-square
11
+ [ coverage ] : https://codecov.io/github/krakenjs/zalgo-promise/
12
+ [ version-badge ] : https://img.shields.io/npm/v/zalgo-promise.svg?style=flat-square
13
+ [ package ] : https://www.npmjs.com/package/zalgo-promise
14
+
4
15
A promise library that does not automatically resolve promises asynchronously, unless you do so manually.
5
16
6
17
https://medium.com/@bluepnume/intentionally-unleashing-zalgo-with-promises-ab3f63ead2fd
You can’t perform that action at this time.
0 commit comments