Skip to content

Commit

Permalink
docs: update badge link (open-telemetry#6144)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
codeboten and dmathieu authored Jan 10, 2025
1 parent 206f5f8 commit ba628e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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)
[![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)
Expand Down

0 comments on commit ba628e4

Please sign in to comment.