Skip to content

Commit ad55653

Browse files
committed
Add test badge
1 parent 6bd5f61 commit ad55653

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# SQL syntax highlight
22
> A simple and lightweight syntax highlighting library for SQL
33
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]
78

89
## What's it all about?
910
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.
118119
With version 3.0.0 the library was almost completely rewritten, which leaves
119120
very little similarity with the original repo.
120121

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
125125
[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

Comments
 (0)