|
1 | 1 | # SQL syntax highlight
|
2 | 2 | > A simple and lightweight syntax highlighting library for SQL
|
3 | 3 |
|
4 |
| -[![NPM Version][npm-image]][npm-url] |
5 |
| -[![Downloads Stats][npm-downloads]][npm-url] |
6 |
| -[![Coverage Status][coveralls-image]](coveralls-url) |
| 4 | +[![Tests Status][tests-badge]][tests-url] |
| 5 | +[![Coverage Status][coveralls-badge]][coveralls-url] |
| 6 | +[![NPM Version][npm-version-badge]][npm-url] |
| 7 | +[![Downloads Stats][npm-downloads-badge]][npm-url] |
7 | 8 |
|
8 | 9 | ## What's it all about?
|
9 | 10 | SQL Highlight is a small package that highlights SQL queries. It can output to
|
@@ -118,8 +119,10 @@ a cleaner interface that's not bound to Sequelize.
|
118 | 119 | With version 3.0.0 the library was almost completely rewritten, which leaves
|
119 | 120 | very little similarity with the original repo.
|
120 | 121 |
|
121 |
| -[npm-image]: https://img.shields.io/npm/v/sql-highlight.svg |
122 |
| -[npm-url]: https://npmjs.org/package/sql-highlight |
123 |
| -[npm-downloads]: https://img.shields.io/npm/dm/sql-highlight.svg |
124 |
| -[coveralls-image]: https://coveralls.io/repos/github/scriptcoded/sql-highlight/badge.svg |
| 122 | +[tests-badge]: https://img.shields.io/github/workflow/status/scriptcoded/sql-highlight/Run%20tests/master?label=tests |
| 123 | +[tests-url]: https://github.com/scriptcoded/sql-highlight/actions?query=workflow%3A%22Run+tests%22 |
| 124 | +[coveralls-badge]: https://coveralls.io/repos/github/scriptcoded/sql-highlight/badge.svg |
125 | 125 | [coveralls-url]: https://coveralls.io/github/scriptcoded/sql-highlight
|
| 126 | +[npm-version-badge]: https://img.shields.io/npm/v/sql-highlight.svg |
| 127 | +[npm-downloads-badge]: https://img.shields.io/npm/dm/sql-highlight.svg |
| 128 | +[npm-url]: https://npmjs.org/package/sql-highlight |
0 commit comments