From 2f775705dc65c22a023f68e546eeab64a041e3a9 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sun, 29 Oct 2023 13:49:10 +0100 Subject: [PATCH 1/2] Remove Drone.io badge. * 32bit tests have been replaced by GithubActions CI in #138 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a7ca842..371be4a4 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ### Status -| Language | Github Actions | Drone.io | Coveralls | -|:--------:|:--------------:|:--------:|:---------:| -| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://github.com/haskell/random/workflows/random-CI/badge.svg)](https://github.com/haskell/random/actions) | [![Build Status](https://cloud.drone.io/api/badges/haskell/random/status.svg?ref=refs/heads/master)](https://cloud.drone.io/haskell/random/) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=master)](https://coveralls.io/github/haskell/random?branch=master) +| Language | Github Actions | Coveralls | +|:--------:|:--------------:|:---------:| +| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://github.com/haskell/random/workflows/random-CI/badge.svg)](https://github.com/haskell/random/actions) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=master)](https://coveralls.io/github/haskell/random?branch=master) | Github Repo | Hackage | Nightly | LTS | |:-------------------|:-------:|:-------:|:---:| From 8fbe1d6779b9b28a40a2e01cfc2508a92e1127ed Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sun, 29 Oct 2023 14:01:17 +0100 Subject: [PATCH 2/2] Fix GithubActions Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 371be4a4..d50d2ee5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | Language | Github Actions | Coveralls | |:--------:|:--------------:|:---------:| -| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://github.com/haskell/random/workflows/random-CI/badge.svg)](https://github.com/haskell/random/actions) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=master)](https://coveralls.io/github/haskell/random?branch=master) +| ![GitHub top language](https://img.shields.io/github/languages/top/haskell/random.svg) | [![Build Status](https://github.com/haskell/random/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/haskell/random/actions/workflows/ci.yaml) | [![Coverage Status](https://coveralls.io/repos/github/haskell/random/badge.svg?branch=master)](https://coveralls.io/github/haskell/random?branch=master) | Github Repo | Hackage | Nightly | LTS | |:-------------------|:-------:|:-------:|:---:|