From 4c222e102f0b78d3d4551c2b240a8e4226c8ed04 Mon Sep 17 00:00:00 2001 From: Dominik Johs Date: Tue, 15 Mar 2022 12:13:47 +0100 Subject: [PATCH] fix build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4049286..14104a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > [Micrometer](https://micrometer.io) wrapper to allow generic class/method level metric values [](https://dmtech.de/) -[![Build Status](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions/workflows/build-and-deploy.yml/badge.svg?branch=master)](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions) +[![Build Status](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions) The micrometer-metrics-wrapper project is a [Micrometer](https://micrometer.io) wrapper to allow generic class/method level metric values. For this reason the library offers the ```@Metric``` annotation, which uses ```className.methodName``` as name for measurements.