File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- 14
4
+
5
+ # codecov support
6
+ before_install :
7
+ - pip install --user codecov
8
+ after_success :
9
+ - codecov --file coverage/lcov.info --disable search
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/Flowkap/typescript-node-template.svg?branch=main )] ( https://travis-ci.org/Flowkap/typescript-node-template )
1
+ [ ![ Build Status] ( https://travis-ci.org/Flowkap/typescript-node-template.svg?branch=main )] ( https://travis-ci.org/Flowkap/typescript-node-template ) [ ![ codecov] ( https://codecov.io/gh/Flowkap/typescript-node-template/branch/main/graph/badge.svg )] ( https://codecov.io/gh/Flowkap/typescript-node-template ) [ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/dwyl/esta/issues ) [ ![ HitCount] ( http://hits.dwyl.com/flowkap/react-countdown.svg )] ( http://hits.dwyl.com/flowkap/react-countdown )
2
+
2
3
3
4
# Content
4
5
<!-- TOC -->
You can’t perform that action at this time.
0 commit comments