Skip to content

Commit

Permalink
chore: Show coverage in coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
kobanyan committed Jun 25, 2019
1 parent 79cb37e commit 5bb9c3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ node_js:

install:
- travis_retry yarn

script:
- yarn add --dev coveralls
- yarn test --coverage --coverageReporters=text-lcov | coveralls
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# serverless-plugin-dynamodb-pitr

[![Coverage Status](https://coveralls.io/repos/github/kobanyan/serverless-plugin-dynamodb-pitr/badge.svg?branch=master)](https://coveralls.io/github/kobanyan/serverless-plugin-dynamodb-pitr?branch=master)

A Serverless plugin to easily enable point in time recovery of DynamoDB Table

## Installation
Expand Down

0 comments on commit 5bb9c3c

Please sign in to comment.