Skip to content

Commit f0ffbed

Browse files
committed
Fix broken badge in README
1 parent 78cb080 commit f0ffbed

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,19 @@
1818
<img src="https://poser.pugx.org/ethanyehuda/magento2-cronjobmanager/downloads"
1919
alt="Total Downloads">
2020
</a>
21-
<img src="https://github.com/Ethan3600/magento2-CronjobManager/actions/workflows/integration/badge.svg"
22-
alt="GitHub Actions status">
2321
<a href='https://coveralls.io/github/Ethan3600/magento2-CronjobManager'>
2422
<img src='https://coveralls.io/repos/github/Ethan3600/magento2-CronjobManager/badge.svg' alt='Coverage Status' />
2523
</a>
24+
<br>
25+
<a href="https://github.com/Ethan3600/magento2-CronjobManager/actions/workflows/coding-standard.yml">
26+
<img src="https://github.com/Ethan3600/magento2-CronjobManager/actions/workflows/coding-standard.yml/badge.svg" alt="ExtDN M2 Coding Standard">
27+
</a>
28+
<a href="https://github.com/Ethan3600/magento2-CronjobManager/actions/workflows/integration.yml">
29+
<img src="https://github.com/Ethan3600/magento2-CronjobManager/actions/workflows/integration.yml/badge.svg" alt="ExtDN M2 Integration Tests">
30+
</a>
31+
<a href="https://github.com/Ethan3600/magento2-CronjobManager/actions/workflows/unit.yml">
32+
<img src="https://github.com/Ethan3600/magento2-CronjobManager/actions/workflows/unit.yml/badge.svg" alt="ExtDN M2 Unit Tests">
33+
</a>
2634
</p>
2735

2836
## Installation

0 commit comments

Comments
 (0)