Skip to content

Commit

Permalink
Update the readme with badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 10, 2023
1 parent d920ff4 commit 18ab576
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 18ab576

Please sign in to comment.