Skip to content

Commit

Permalink
Fix the CI badge.
Browse files Browse the repository at this point in the history
The CI badge is currently broken and just says "no status". The new CI badge is created directly from the linked CI page (3 dots, then create status badge). The actual status of the default branch is failing, which is a separate problem.

Also updated the links for the other two badges to what's currently generated from their respective sources.

RELNOTES=n/a
PiperOrigin-RevId: 712634902
  • Loading branch information
chaoren authored and Google Java Core Libraries committed Jan 6, 2025
1 parent 5a0e12f commit 35bb0ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Guava: Google Core Libraries for Java

[![Latest release](https://img.shields.io/github/release/google/guava.svg)](https://github.com/google/guava/releases/latest)
[![Build Status](https://github.com/google/guava/workflows/CI/badge.svg?branch=master)](https://github.com/google/guava/actions)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7197/badge)](https://bestpractices.coreinfrastructure.org/projects/7197)
[![GitHub Release](https://img.shields.io/github/v/release/google/guava)](https://github.com/google/guava/releases/latest)
[![CI](https://github.com/google/guava/actions/workflows/ci.yml/badge.svg)](https://github.com/google/guava/actions/workflows/ci.yml)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7197/badge)](https://www.bestpractices.dev/projects/7197)



Expand Down

0 comments on commit 35bb0ef

Please sign in to comment.