From e3b9eec73073d04c4833b989052b54857ae58798 Mon Sep 17 00:00:00 2001 From: John Lettman Date: Tue, 16 Jul 2024 01:34:06 -0400 Subject: [PATCH] README.md: add shields --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cb4952..6245733 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ An unofficial cross-platform Go toolkit for Ouster LiDAR sensors +[![License][shield-license]][url-license] +[![Go version][shield-gomod]][url-gomod] +![Test Results][shield-test] +[![Code Coverage][shield-codecov]][url-codecov] + + # Work in progress ## Disclaimer @@ -10,4 +16,14 @@ This is not an official library by the manufacturer. ## License This project is licensed under the MIT License. -See [LICENSE](LICENSE) for more information. \ No newline at end of file +See [LICENSE](LICENSE) for more information + + +[shield-license]: https://img.shields.io/github/license/johnlettman/oyster?style=for-the-badge +[shield-gomod]: https://img.shields.io/github/go-mod/go-version/johnlettman/oyster?style=for-the-badge +[shield-test]: https://img.shields.io/github/actions/workflow/status/johnlettman/oyster/ci.yaml?style=for-the-badge&label=Tests +[shield-codecov]: https://img.shields.io/codecov/c/github/johnlettman/oyster?style=for-the-badge + +[url-gomod]: go.mod +[url-license]: LICENSE +[url-codecov]: https://app.codecov.io/gh/johnlettman/oyster