Skip to content

Commit

Permalink
Set coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Come2Daddy authored Oct 3, 2020
1 parent a63f096 commit 6549c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Postgres migration tool
[![Build Status](https://travis-ci.com/Come2Daddy/pg-upmig.svg?branch=master)](https://travis-ci.com/Come2Daddy/pg-upmig)
[![Coverage Status](https://coveralls.io/repos/github/Come2Daddy/pg-upmig/badge.svg)](https://coveralls.io/github/Come2Daddy/pg-upmig)
[![Coverage Status](https://coveralls.io/repos/github/Come2Daddy/pg-upmig/badge.svg?branch=master)](https://coveralls.io/github/Come2Daddy/pg-upmig?branch=master)
[![GitHub license](https://img.shields.io/github/license/Come2Daddy/pg-upmig.svg)](https://github.com/Come2Daddy/pg-upmig/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/Come2Daddy/pg-upmig.svg)](https://GitHub.com/Come2Daddy/pg-upmig/releases/)
[![Dependencies](https://david-dm.org/Come2Daddy/pg-upmig.svg)](https://github.com/Come2Daddy/pg-upmig/blob/master/package.json)
Expand Down Expand Up @@ -281,4 +281,4 @@ Returns an array of objects representing migration file:
|ts|number|Migraiton timestamp.|
|name|string|Migration name excluding timestamp.|
## Todo
- [ ] Custom logger implementation
- [ ] Custom logger implementation

0 comments on commit 6549c9d

Please sign in to comment.