Skip to content

Commit d74cd09

Browse files
authored
Add tests status badge to README (#79)
Also renamed the corresponding workflow, as "Tests passing" reads better on the badge than "Test passing".
1 parent 9caecb8 commit d74cd09

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
on: [push] # yamllint disable-line rule:truthy
3-
name: Test
3+
name: Tests
44
jobs:
5-
test:
5+
tests:
66
strategy:
77
matrix:
88
go-version: [1.14.x]
@@ -15,7 +15,7 @@ jobs:
1515
go-version: ${{ matrix.go-version }}
1616
- name: Checkout code
1717
uses: actions/checkout@v2
18-
- name: Test
18+
- name: Tests
1919
env:
2020
INPUT_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
run: go test ./...

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Label Checker
22

3+
[![tests](https://github.com/agilepathway/label-checker/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/agilepathway/label-checker/actions?query=workflow%3ATests+event%3Apush+branch%3Amaster)
34
[![reviewdog](https://github.com/agilepathway/label-checker/workflows/reviewdog/badge.svg?branch=master&event=push)](https://github.com/agilepathway/label-checker/actions?query=workflow%3Areviewdog+event%3Apush+branch%3Amaster)
45
[![Releases](https://img.shields.io/github/release/agilepathway/label-checker/all.svg?logo=github
56
)](https://github.com/agilepathway/label-checker/releases)

0 commit comments

Comments
 (0)