From 347792735f708d81461668dc9bd2af9d1531ad29 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Wed, 8 May 2024 19:14:55 +0200 Subject: [PATCH 1/2] swith back to shields.io for CI status image github action badge not displaying actual status because not pointing to the right branch. When adding the parameter to poitn it to the right branch it can't retrieve the status Signed-off-by: Mikael Arguedas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4d98225..3571c1c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Context -[![SROS2 CI](https://github.com/ros2/sros2/workflows/SROS2%20CI/badge.svg)](https://github.com/ros2/sros2/actions?query=workflow%3A%22SROS2+CI%22+branch%3Arolling) +[![SROS2 CI](https://img.shields.io/github/actions/workflow/status/ros2/sros2/test.yml?branch=rolling)](https://github.com/ros2/sros2/actions?query=workflow%3A%22SROS2+CI%22+branch%3Arolling) [![codecov](https://codecov.io/gh/ros2/sros2/branch/rolling/graph/badge.svg)](https://codecov.io/gh/ros2/sros2) This package provides the tools and instructions to use ROS 2 on top of DDS-Security. From cb03560aeb65b79cfb6e1fafff7187b3e2948fec Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Wed, 8 May 2024 23:29:18 +0200 Subject: [PATCH 2/2] github badge generation fluke seems to be over Signed-off-by: Mikael Arguedas --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3571c1c6..fc7ba64f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Context - -[![SROS2 CI](https://img.shields.io/github/actions/workflow/status/ros2/sros2/test.yml?branch=rolling)](https://github.com/ros2/sros2/actions?query=workflow%3A%22SROS2+CI%22+branch%3Arolling) +[![SROS2 CI](https://github.com/ros2/sros2/actions/workflows/test.yml/badge.svg?branch=rolling)](https://github.com/ros2/sros2/actions/workflows/test.yml?query=branch%3Arolling) [![codecov](https://codecov.io/gh/ros2/sros2/branch/rolling/graph/badge.svg)](https://codecov.io/gh/ros2/sros2) This package provides the tools and instructions to use ROS 2 on top of DDS-Security.