Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Dec 19, 2020
1 parent 4be91ee commit aae9b61
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# shared
Shared provides space to share variables between test helpers.
# Shared Vars

[![Build Status](https://github.com/bool64/shared/workflows/test/badge.svg)](https://github.com/bool64/shared/actions?query=branch%3Amaster+workflow%3Atest)
[![Coverage Status](https://codecov.io/gh/bool64/shared/branch/master/graph/badge.svg)](https://codecov.io/gh/bool64/shared)
[![GoDevDoc](https://img.shields.io/badge/dev-doc-00ADD8?logo=go)](https://pkg.go.dev/github.com/bool64/shared)
[![Time Tracker](https://wakatime.com/badge/github/bool64/shared.svg)](https://wakatime.com/badge/github/bool64/shared)
![Code lines](https://sloc.xyz/github/bool64/shared/?category=code)
![Comments](https://sloc.xyz/github/bool64/shared/?category=comments)

Shared provides space and contract to share variables between test helpers.

0 comments on commit aae9b61

Please sign in to comment.