Skip to content

Commit

Permalink
Update build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Feb 25, 2024
1 parent 7378c3e commit ca162b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Implements the concept of **tombstones for dead code detection in PHP**.

The library provides you with a toolbox to place, track and evaluate tombstones in your code.

[![Build Status](https://github.com/scheb/tombstone/workflows/CI/badge.svg?branch=1.x)](https://github.com/scheb/tombstone/actions?query=workflow%3ACI+branch%3A1.x)
[![Build Status](https://github.com/scheb/tombstone/actions/workflows/ci.yaml/badge.svg?branch=1.x)](https://github.com/scheb/tombstone/actions?query=workflow%3ACI+branch%3A1.x)
[![Code Coverage](https://codecov.io/gh/scheb/tombstone/branch/1.x/graph/badge.svg)](https://app.codecov.io/gh/scheb/tombstone/branch/1.x)
[![Latest Stable Version](https://img.shields.io/packagist/v/scheb/tombstone)](https://packagist.org/packages/scheb/tombstone)
[![Monthly Downloads](https://img.shields.io/packagist/dm/scheb/tombstone)](https://packagist.org/packages/scheb/tombstone/stats)
Expand Down
2 changes: 1 addition & 1 deletion src/analyzer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scheb/tombstone-analyzer
========================

[![Build Status](https://github.com/scheb/tombstone/workflows/CI/badge.svg?branch=1.x)](https://github.com/scheb/tombstone/actions?query=workflow%3ACI+branch%3A1.x)
[![Build Status](https://github.com/scheb/tombstone/actions/workflows/ci.yaml/badge.svg?branch=1.x)](https://github.com/scheb/tombstone/actions?query=workflow%3ACI+branch%3A1.x)
[![Code Coverage](https://codecov.io/gh/scheb/tombstone/branch/1.x/graph/badge.svg)](https://app.codecov.io/gh/scheb/tombstone/branch/1.x)
[![Latest Stable Version](https://img.shields.io/packagist/v/scheb/tombstone-analyzer)](https://packagist.org/packages/scheb/tombstone-analyzer)
[![Monthly Downloads](https://img.shields.io/packagist/dm/scheb/tombstone-analyzer)](https://packagist.org/packages/scheb/tombstone-analyzer/stats)
Expand Down
2 changes: 1 addition & 1 deletion src/core/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scheb/tombstone-core
====================

[![Build Status](https://github.com/scheb/tombstone/workflows/CI/badge.svg?branch=1.x)](https://github.com/scheb/tombstone/actions?query=workflow%3ACI+branch%3A1.x)
[![Build Status](https://github.com/scheb/tombstone/actions/workflows/ci.yaml/badge.svg?branch=1.x)](https://github.com/scheb/tombstone/actions?query=workflow%3ACI+branch%3A1.x)
[![Code Coverage](https://codecov.io/gh/scheb/tombstone/branch/1.x/graph/badge.svg)](https://app.codecov.io/gh/scheb/tombstone/branch/1.x)
[![Latest Stable Version](https://img.shields.io/packagist/v/scheb/tombstone-core)](https://packagist.org/packages/scheb/tombstone-core)
[![Monthly Downloads](https://img.shields.io/packagist/dm/scheb/tombstone-core)](https://packagist.org/packages/scheb/tombstone-core/stats)
Expand Down
2 changes: 1 addition & 1 deletion src/logger/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scheb/tombstone-logger
======================

[![Build Status](https://github.com/scheb/tombstone/workflows/CI/badge.svg?branch=1.x)](https://github.com/scheb/tombstone/actions?query=workflow%3ACI+branch%3A1.x)
[![Build Status](https://github.com/scheb/tombstone/actions/workflows/ci.yaml/badge.svg?branch=1.x)](https://github.com/scheb/tombstone/actions?query=workflow%3ACI+branch%3A1.x)
[![Code Coverage](https://codecov.io/gh/scheb/tombstone/branch/1.x/graph/badge.svg)](https://app.codecov.io/gh/scheb/tombstone/branch/1.x)
[![Latest Stable Version](https://img.shields.io/packagist/v/scheb/tombstone-logger)](https://packagist.org/packages/scheb/tombstone-logger)
[![Monthly Downloads](https://img.shields.io/packagist/dm/scheb/tombstone-logger)](https://packagist.org/packages/scheb/tombstone-logger/stats)
Expand Down

0 comments on commit ca162b2

Please sign in to comment.