1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

docs: update badge link (#6144)

Noticed the badge was showing a failing status even though the CI
appeared to be passing:
![Screenshot 2025-01-09 at 1 22
18 PM](https://github.com/user-attachments/assets/7fc7fbb8-df79-45dd-a3cb-8f78e8848ab1)

I used the "create status badge" functionality to create the badge:

![Screenshot 2025-01-09 at 1 22
31 PM](https://github.com/user-attachments/assets/cffe4664-223c-446a-b146-5b58126bbc17)

Co-authored-by: Damien Mathieu <42@dmathieu.com>
This commit is contained in:
Alex Boten
2025-01-10 01:11:30 -08:00
committed by GitHub
parent 206f5f86b4
commit ba628e49e8

View File

@@ -1,6 +1,6 @@
# OpenTelemetry-Go # OpenTelemetry-Go
[![CI](https://github.com/open-telemetry/opentelemetry-go/workflows/ci/badge.svg)](https://github.com/open-telemetry/opentelemetry-go/actions?query=workflow%3Aci+branch%3Amain) [![ci](https://github.com/open-telemetry/opentelemetry-go/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/open-telemetry/opentelemetry-go/actions/workflows/ci.yml)
[![codecov.io](https://codecov.io/gh/open-telemetry/opentelemetry-go/coverage.svg?branch=main)](https://app.codecov.io/gh/open-telemetry/opentelemetry-go?branch=main) [![codecov.io](https://codecov.io/gh/open-telemetry/opentelemetry-go/coverage.svg?branch=main)](https://app.codecov.io/gh/open-telemetry/opentelemetry-go?branch=main)
[![PkgGoDev](https://pkg.go.dev/badge/go.opentelemetry.io/otel)](https://pkg.go.dev/go.opentelemetry.io/otel) [![PkgGoDev](https://pkg.go.dev/badge/go.opentelemetry.io/otel)](https://pkg.go.dev/go.opentelemetry.io/otel)
[![Go Report Card](https://goreportcard.com/badge/go.opentelemetry.io/otel)](https://goreportcard.com/report/go.opentelemetry.io/otel) [![Go Report Card](https://goreportcard.com/badge/go.opentelemetry.io/otel)](https://goreportcard.com/report/go.opentelemetry.io/otel)