Skip to content

Commit

Permalink
chore: add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
csimi committed Dec 15, 2019
1 parent d9fda65 commit b3d3ed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
npm test
env:
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![npm version](https://img.shields.io/npm/v/nano-mqtt.svg?logo=npm)](https://www.npmjs.com/package/nano-mqtt)
[![build status](https://github.com/csimi/nano-mqtt/workflows/build/badge.svg)](https://github.com/csimi/nano-mqtt/actions)
[![codecov](https://codecov.io/gh/csimi/nano-mqtt/branch/master/graph/badge.svg)](https://codecov.io/gh/csimi/nano-mqtt)

# About

Expand Down

0 comments on commit b3d3ed0

Please sign in to comment.