|
1 | 1 | # angular-sql-query |
2 | 2 |
|
3 | | -[](https://circleci.com/gh/SimpliField/angular-sql-query) |
4 | | -[](https://coveralls.io/github/SimpliField/angular-sql-query?branch=master) |
5 | | -[](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=SimpliField/sf-frontend&utm_campaign=Badge_Grade) |
6 | | -[](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=SimpliField/sf-frontend&utm_campaign=Badge_Coverage) |
7 | | - |
8 | | -A simpler way to query a SQLite database |
9 | | - |
10 | 3 | [![NPM version][npm-image]][npm-url] |
11 | | -[![Build status][travis-image]][travis-url] |
12 | | -[![Test coverage][coveralls-image]][coveralls-url] |
| 4 | +[![Build status][circleci-image]][circleci-url] |
| 5 | +[![Codacy Badge][codacy-image]][codacy-url] |
| 6 | +[![Codacy Coverage][codacy-coverage-image]][codacy-coverage-url] |
13 | 7 | [![Dependency Status][david-image]][david-url] |
14 | 8 | [![License][license-image]][license-url] |
15 | 9 | [![Downloads][downloads-image]][downloads-url] |
@@ -181,10 +175,16 @@ user.execute('SELECT * FROM user WHERE id=?', [1]); |
181 | 175 |
|
182 | 176 | [npm-image]: https://img.shields.io/npm/v/angular-sql-query.svg?style=flat-square |
183 | 177 | [npm-url]: https://npmjs.org/package/angular-sql-query |
184 | | -[travis-image]: https://img.shields.io/travis/SimpliField/angular-sql-query.svg?style=flat-square |
185 | | -[travis-url]: https://travis-ci.org/SimpliField/angular-sql-query |
| 178 | +[circleci-image]: https://circleci.com/gh/SimpliField/angular-sql-query.svg?style=shield |
| 179 | +[circleci-url]: https://circleci.com/gh/SimpliField/angular-sql-query |
186 | 180 | [coveralls-image]: https://img.shields.io/coveralls/SimpliField/angular-sql-query.svg?style=flat-square |
187 | 181 | [coveralls-url]: https://coveralls.io/r/SimpliField/angular-sql-query |
| 182 | +[codacy-image]: https://api.codacy.com/project/badge/Grade/67af78db2da041f5a2d0dd9ca52850dd |
| 183 | +[codacy-url]: |
| 184 | +https://www.codacy.com/app/arnaud-spanneut/angular-sql-query/dashboard |
| 185 | +[codacy-coverage-image]: https://api.codacy.com/project/badge/Coverage/67af78db2da041f5a2d0dd9ca52850dd |
| 186 | +[codacy-coverage-url]: |
| 187 | +https://www.codacy.com/app/arnaud-spanneut/angular-sql-query/dashboard |
188 | 188 | [david-image]: http://img.shields.io/david/SimpliField/angular-sql-query.svg?style=flat-square |
189 | 189 | [david-url]: https://david-dm.org/SimpliField/angular-sql-query |
190 | 190 | [license-image]: http://img.shields.io/npm/l/angular-sql-query.svg?style=flat-square |
|
0 commit comments