Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Add status badges to README #343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Wire: Automated Initialization in Go

[![Build Status](https://github.com/google/wire/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/google/wire/actions)
[![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc]
[![Coverage](https://codecov.io/gh/google/wire/branch/master/graph/badge.svg)](https://codecov.io/gh/google/wire)

[![Go Report Card](https://goreportcard.com/badge/github.com/google/wire)](https://goreportcard.com/report/github.com/google/wire)
[![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc]
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/google/wire)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Wire is a code generation tool that automates connecting components using
[dependency injection][]. Dependencies between components are represented in