Skip to content

Commit 96ebd02

Browse files
author
ArnaudSpanneut
committed
fix(README): Change badges
1 parent 8c64e82 commit 96ebd02

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# angular-sql-query
22

3-
[![CircleCI](https://circleci.com/gh/SimpliField/angular-sql-query.svg?style=svg)](https://circleci.com/gh/SimpliField/angular-sql-query)
4-
[![Coverage Status](https://coveralls.io/repos/github/SimpliField/angular-sql-query/badge.svg?branch=master)](https://coveralls.io/github/SimpliField/angular-sql-query?branch=master)
5-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/67af78db2da041f5a2d0dd9ca52850dd)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=SimpliField/sf-frontend&utm_campaign=Badge_Grade)
6-
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/67af78db2da041f5a2d0dd9ca52850dd)](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-
103
[![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]
137
[![Dependency Status][david-image]][david-url]
148
[![License][license-image]][license-url]
159
[![Downloads][downloads-image]][downloads-url]
@@ -181,10 +175,16 @@ user.execute('SELECT * FROM user WHERE id=?', [1]);
181175

182176
[npm-image]: https://img.shields.io/npm/v/angular-sql-query.svg?style=flat-square
183177
[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
186180
[coveralls-image]: https://img.shields.io/coveralls/SimpliField/angular-sql-query.svg?style=flat-square
187181
[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
188188
[david-image]: http://img.shields.io/david/SimpliField/angular-sql-query.svg?style=flat-square
189189
[david-url]: https://david-dm.org/SimpliField/angular-sql-query
190190
[license-image]: http://img.shields.io/npm/l/angular-sql-query.svg?style=flat-square

0 commit comments

Comments
 (0)