-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |