Skip to content

Commit 5986f9d

Browse files
committed
Fix status badges
1 parent 6446892 commit 5986f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Extensible BDD assertion toolkit
44

55
[![NPM version](https://badge.fury.io/js/unexpected.svg)](http://badge.fury.io/js/unexpected)
6-
[![Build Status](https://github.com/unexpectedjs/unexpected/workflows/Tests/badge.svg)](https://github.com/unexpectedjs/unexpected/actions)
6+
[![Tests](https://github.com/unexpectedjs/unexpected/actions/workflows/build.yml/badge.svg)](https://github.com/unexpectedjs/unexpected/actions/workflows/build.yml)
77
[![Coverage Status](https://coveralls.io/repos/unexpectedjs/unexpected/badge.svg)](https://coveralls.io/r/unexpectedjs/unexpected)
88
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/unexpectedjs/unexpected?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
99
[![Github](https://img.shields.io/github/stars/unexpectedjs/unexpected.svg?label=Star&maxAge=2592000&style=flat)](https://github.com/unexpectedjs/unexpected)

documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ to satisfy { name: 'Unexpected', created: 2013 }
3939
## Badges
4040

4141
[![NPM version](https://badge.fury.io/js/unexpected.svg)](https://www.npmjs.com/package/unexpected)
42-
[![Build Status](https://github.com/unexpectedjs/unexpected/workflows/Tests/badge.svg)](https://github.com/unexpectedjs/unexpected/actions)
42+
[![Tests](https://github.com/unexpectedjs/unexpected/actions/workflows/build.yml/badge.svg)](https://github.com/unexpectedjs/unexpected/actions/workflows/build.yml)
4343
[![Coverage Status](https://coveralls.io/repos/unexpectedjs/unexpected/badge.svg)](https://coveralls.io/github/unexpectedjs/unexpected)
4444
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/unexpectedjs/unexpected?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
4545
[![Github](https://img.shields.io/github/stars/unexpectedjs/unexpected.svg?label=Star&maxAge=2592000&style=flat)](https://github.com/unexpectedjs/unexpected)

0 commit comments

Comments
 (0)