Skip to content

Commit 0c77fff

Browse files
authored
Tweaks for github workflow (#6)
1 parent 2447c04 commit 0c77fff

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'CI / Coverage'
1+
name: 'Coverage'
22

33
on: push
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'CI / Elasticsearch'
1+
name: 'Elasticsearch'
22

33
on: push
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'CI / Static analysis'
1+
name: 'Static analysis'
22

33
on: push
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'CI / Unit tests'
1+
name: 'Unit tests'
22

33
on: push
44

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![Latest Stable Version](https://img.shields.io/packagist/v/codeduck/elasticsearch.svg?style=flat)](https://packagist.org/packages/codeduck/elasticsearch)
2-
![test workflow](https://github.com/CodeDuck42/elasticsearch/actions/workflows/test.yaml/badge.svg)
3-
![test workflow](https://github.com/CodeDuck42/elasticsearch/actions/workflows/psalm.yaml/badge.svg)
4-
![elasicsearch workflow](https://github.com/CodeDuck42/elasticsearch/actions/workflows/elasticsearch.yaml/badge.svg)
5-
[![codecov](https://codecov.io/gh/CodeDuck42/elasticsearch/branch/main/graph/badge.svg?token=I8AVSCQONG)](https://codecov.io/gh/CodeDuck42/elasticsearch)
62
[![PHP 7.4](https://img.shields.io/badge/php-7.4-8892BF.svg?style=flat)](https://php.net/)
73
[![PHP 8.0](https://img.shields.io/badge/php-8.0-8892BF.svg?style=flat)](https://php.net/)
4+
[![codecov](https://codecov.io/gh/CodeDuck42/elasticsearch/branch/main/graph/badge.svg?token=I8AVSCQONG)](https://codecov.io/gh/CodeDuck42/elasticsearch)
5+
![unit tests](https://github.com/CodeDuck42/elasticsearch/actions/workflows/unit.yaml/badge.svg)
6+
![static analysis](https://github.com/CodeDuck42/elasticsearch/actions/workflows/static.yaml/badge.svg)
7+
![elasicsearch](https://github.com/CodeDuck42/elasticsearch/actions/workflows/elasticsearch.yaml/badge.svg)
88

99
# Minimalistic elasticsearch client
1010

0 commit comments

Comments
 (0)