Skip to content

Commit

Permalink
Support Codecov (#5)
Browse files Browse the repository at this point in the history
* Support Codecov

* Remove coveralls

* Update ignore diretories
  • Loading branch information
piecioshka committed Feb 21, 2019
1 parent 6e87e38 commit 2db4faa
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 56 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage/
.nyc_output/

demo/
test/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ npm-debug.log

.nyc_output/
coverage/
coverage.lcov
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![downloads count](https://img.shields.io/npm/dt/simple-data-table.svg)](https://www.npmjs.com/~piecioshka)
[![travis](https://img.shields.io/travis/piecioshka/simple-data-table.svg?maxAge=2592000)](https://travis-ci.org/piecioshka/simple-data-table)
[![dependencies](https://david-dm.org/piecioshka/simple-data-table.svg)](https://github.com/piecioshka/simple-data-table)
[![coveralls](https://coveralls.io/repos/github/piecioshka/simple-data-table/badge.svg?branch=master)](https://coveralls.io/github/piecioshka/simple-data-table?branch=master)
[![codecov](https://codecov.io/gh/piecioshka/simple-data-table/branch/master/graph/badge.svg)](https://codecov.io/gh/piecioshka/simple-data-table)

:hammer: Lightweight and simple data table with no dependencies

Expand Down
Loading

0 comments on commit 2db4faa

Please sign in to comment.