Skip to content

Commit 48975f3

Browse files
committed
Added counter and also coverage. Yeih
1 parent be888ac commit 48975f3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
language: node_js
22
node_js:
33
- 14
4+
5+
# codecov support
6+
before_install:
7+
- pip install --user codecov
8+
after_success:
9+
- codecov --file coverage/lcov.info --disable search

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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+
23

34
# Content
45
<!-- TOC -->

0 commit comments

Comments
 (0)