diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 76fe519e2..88857d776 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -1,4 +1,4 @@ -name: legolas +name: regression on: push: diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 382daf091..655f05dff 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -1,4 +1,4 @@ -name: legolas +name: unit tests on: push: diff --git a/README.md b/README.md index ddb8f536e..4135ed0ad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **L**arge **E**igensystem **G**enerator for **O**ne-dimensional p**LAS**mas -[![legolas](https://github.com/n-claes/legolas/actions/workflows/legolas.yml/badge.svg?branch=master)](https://github.com/n-claes/legolas/actions/workflows/legolas.yml) [![pylbo](https://github.com/n-claes/legolas/actions/workflows/pylbo.yml/badge.svg?branch=master)](https://github.com/n-claes/legolas/actions/workflows/pylbo.yml) [![docs](https://github.com/n-claes/legolas/actions/workflows/docs.yml/badge.svg?branch=master)](https://github.com/n-claes/legolas/actions/workflows/docs.yml) [![codecov](https://codecov.io/gh/n-claes/legolas/branch/master/graph/badge.svg?token=OVLYGOADS7)](https://codecov.io/gh/n-claes/legolas) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/n-claes/legolas?color=blue&label=release&style=flat)](https://github.com/n-claes/legolas/releases) [![Slack](https://img.shields.io/static/v1?label=Slack&message=join%20us&style=flat&logo=Slack&logoColor=white&color=orange)](https://join.slack.com/t/the-legolas-code/shared_invite/zt-tsb5yaht-LtLWHzVu8Zux~Yt3PBx32Q) +[![unit tests](https://github.com/n-claes/legolas/actions/workflows/unit.yml/badge.svg?branch=master)](https://github.com/n-claes/legolas/actions/workflows/unit.yml)[![regression](https://github.com/n-claes/legolas/actions/workflows/regression.yml/badge.svg?branch=master)](https://github.com/n-claes/legolas/actions/workflows/regression.yml) [![pylbo](https://github.com/n-claes/legolas/actions/workflows/pylbo.yml/badge.svg?branch=master)](https://github.com/n-claes/legolas/actions/workflows/pylbo.yml) [![docs](https://github.com/n-claes/legolas/actions/workflows/docs_stable.yml/badge.svg?branch=master)](https://github.com/n-claes/legolas/actions/workflows/docs_stable.yml) [![codecov](https://codecov.io/gh/n-claes/legolas/branch/master/graph/badge.svg?token=OVLYGOADS7)](https://codecov.io/gh/n-claes/legolas) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/n-claes/legolas?color=blue&label=release&style=flat)](https://github.com/n-claes/legolas/releases) [![Slack](https://img.shields.io/static/v1?label=Slack&message=join%20us&style=flat&logo=Slack&logoColor=white&color=orange)](https://join.slack.com/t/the-legolas-code/shared_invite/zt-tsb5yaht-LtLWHzVu8Zux~Yt3PBx32Q) ### Table of contents 1. [About](#about)