From bd9fc8503aaf824766f1cbe3cab99bf0acf76321 Mon Sep 17 00:00:00 2001 From: lmbsog0 Date: Fri, 17 Feb 2023 08:09:06 +0100 Subject: [PATCH] fix status badge (use GH Actions badge) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5977a8c..d689ac5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -| branch | build status | coverage | -|:-----------------------------------------------------|:-------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------| -| [master](https://github.com/Sauci/Xcp/tree/master) | [![Build Status](https://travis-ci.org/Sauci/Xcp.svg?branch=master)](https://travis-ci.org/Sauci/Xcp) | [![codecov](https://codecov.io/gh/Sauci/Xcp/branch/master/graph/badge.svg)](https://codecov.io/gh/Sauci/Xcp/branch/master) | -| [develop](https://github.com/Sauci/Xcp/tree/develop) | [![Build Status](https://travis-ci.org/Sauci/Xcp.svg?branch=develop)](https://travis-ci.org/Sauci/Xcp) | [![codecov](https://codecov.io/gh/Sauci/Xcp/branch/develop/graph/badge.svg)](https://codecov.io/gh/Sauci/Xcp/branch/develop) | +| branch | build status | coverage | +|:-----------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------| +| [master](https://github.com/Sauci/Xcp/tree/master) | [![test](https://github.com/Sauci/Xcp/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Sauci/Xcp/actions/workflows/test.yml) | [![codecov](https://codecov.io/gh/Sauci/Xcp/branch/master/graph/badge.svg)](https://codecov.io/gh/Sauci/Xcp/branch/master) | +| [develop](https://github.com/Sauci/Xcp/tree/develop) | [![test](https://github.com/Sauci/Xcp/actions/workflows/test.yml/badge.svg?branch=develop)](https://github.com/Sauci/Xcp/actions/workflows/test.yml) | [![codecov](https://codecov.io/gh/Sauci/Xcp/branch/develop/graph/badge.svg)](https://codecov.io/gh/Sauci/Xcp/branch/develop) | # Configure/Compile -time definitions The following definitions might be set by the user, depending on the needs.