Skip to content

Commit

Permalink
Updating badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Carlsen committed Feb 24, 2024
1 parent ff71bb6 commit af092b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# mock-slf4j-impl

[![Maven Central](https://img.shields.io/maven-central/v/com.ocarlsen.test/mock-slf4j-impl.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.ocarlsen.test%22%20AND%20a:%22mock-slf4j-impl%22)
[![Maven Central](https://img.shields.io/maven-central/v/com.ocarlsen.test/mock-slf4j-impl.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.ocarlsen.test/mock-slf4j-impl)
[![Build](https://github.com/ocarlsen/mock-slf4j-impl/actions/workflows/build.yml/badge.svg)](https://github.com/ocarlsen/mock-slf4j-impl/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ocarlsen_mock-slf4j-impl&metric=alert_status)](https://sonarcloud.io/dashboard?id=ocarlsen_mock-slf4j-impl)
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=ocarlsen_mock-slf4j-impl&metric=coverage)](https://sonarcloud.io/component_measures/metric/coverage/list?id=ocarlsen_mock-slf4j-impl)
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=ocarlsen_mock-slf4j-impl&metric=coverage)](https://sonarcloud.io/dashboard?id=ocarlsen_mock-slf4j-impl)

This library is useful for testing your logging.
It is an SLF4J 2.0.x implementation with mock Loggers backed by Mockito.
Expand Down

0 comments on commit af092b4

Please sign in to comment.