From b4811dd0042a84bf76ca9378ba65b6c0c6e5b9c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sat, 21 Oct 2023 18:53:02 +0200 Subject: [PATCH] fix README CI link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba14d022d1..7394d3a5b8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Agile Data is a framework for defining your "business layer" which is separate f - Agile Data is high-performance, capable of abstracting aggregation logic and shifting it into a capable database persistence (such as SQL) through advanced expressions. - Agile Data is extensible - field types, persistence types, relations and action types can be extended. -![Build](https://github.com/atk4/data/workflows/Unit/badge.svg) +[![Build](https://github.com/atk4/data/actions/workflows/test-unit.yml/badge.svg?branch=develop)](https://github.com/atk4/data/actions?query=branch:develop) [![CodeCov](https://codecov.io/gh/atk4/data/branch/develop/graph/badge.svg)](https://codecov.io/gh/atk4/data) [![GitHub release](https://img.shields.io/github/release/atk4/data.svg)](CHANGELOG.md) [![Code Climate](https://codeclimate.com/github/atk4/data/badges/gpa.svg)](https://codeclimate.com/github/atk4/data)