Skip to content

Commit 3461373

Browse files
authored
Add coverage badge to README (#650)
1 parent fb69e55 commit 3461373

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# resyntax [![CI Status][ci-status-badge]][ci-status] [![Documentation][docs-badge]][docs]
1+
# resyntax [![CI Status][ci-status-badge]][ci-status] [![Documentation][docs-badge]][docs] [![Coverage Status][coverage-badge]][coverage]
22

33
A refactoring tool for Racket built on top of `syntax-parse`.
44

55
[ci-status]: https://github.com/jackfirth/resyntax/actions
66
[ci-status-badge]: https://github.com/jackfirth/resyntax/workflows/CI/badge.svg
77
[docs]: https://docs.racket-lang.org/resyntax/index.html
88
[docs-badge]: https://img.shields.io/badge/docs-published-blue.svg
9+
[coverage]: https://coveralls.io/github/jackfirth/resyntax?branch=master
10+
[coverage-badge]: https://coveralls.io/repos/github/jackfirth/resyntax/badge.svg?branch=master
911

1012
## Quickstart
1113

0 commit comments

Comments
 (0)