1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-01 22:32:49 +02:00

Added codecov badge

This commit is contained in:
Max Guglielmi 2016-12-08 00:16:14 +11:00
parent 87fb91cea5
commit b1a67d8a80

View file

@ -1,5 +1,6 @@
[![Build Status](https://api.travis-ci.org/koalyptus/TableFilter.svg?branch=master)](https://travis-ci.org/koalyptus/TableFilter)
[![Document](http://koalyptus.github.io/TableFilter/docs/badge.svg)](https://koalyptus.github.io/TableFilter/docs/source)
[![codecov](https://codecov.io/gh/koalyptus/TableFilter/branch/master/graph/badge.svg)](https://codecov.io/gh/koalyptus/TableFilter)
# TableFilter
@ -96,19 +97,23 @@ npm run build-all
command will create a production build, run the tests and finally generate
the demos:
To run all the tests:
To run all the tests and generate the coverage report:
```shell
npm test
```
and to run specific test(s):
or to run specific test(s):
```shell
grunt test-only:test.html
grunt test-only:test.html,test-sort.html
```
to view the coverage report(s), open the `index.html` under the
`report/coverage` folder or
[online](https://codecov.io/gh/koalyptus/TableFilter).
## Demos
Check out the online [examples](http://koalyptus.github.io/TableFilter/examples)
or generate the demos locally: