From 18ab5769052222c5e8a6e833602da0de267e1976 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Sun, 10 Dec 2023 11:46:55 -0800 Subject: [PATCH] Update the readme with badges. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 686c2d1..da4f362 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ # idock + A support library that provides integration testing tooling. + +[![Build Status](https://github.com/xmidt-org/idock/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/idock/actions/workflows/ci.yml) +[![codecov.io](http://codecov.io/github/xmidt-org/idock/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/idock?branch=main) +[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/idock)](https://goreportcard.com/report/github.com/xmidt-org/idock) +[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/idock/blob/main/LICENSE) +[![GitHub Release](https://img.shields.io/github/release/xmidt-org/idock.svg)](CHANGELOG.md) +[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/idock)](https://pkg.go.dev/github.com/xmidt-org/idock) + +## Table of Contents + +- [Code of Conduct](#code-of-conduct) +- [Examples](#examples) +- [Contributing](#contributing) + +## Code of Conduct + +This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/). +By participating, you agree to this Code. + +## Examples + +Coming soon. + +## Contributing + +Refer to [CONTRIBUTING.md](CONTRIBUTING.md).