Skip to content

Commit

Permalink
Merge pull request #152 from haskell/lehins/remove-drone-badge
Browse files Browse the repository at this point in the history
Fix badges in README
  • Loading branch information
lehins committed Oct 29, 2023
2 parents 8ae00a0 + 8fbe1d6 commit e182019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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/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 |
|:-------------------|:-------:|:-------:|:---:|
Expand Down

0 comments on commit e182019

Please sign in to comment.