Skip to content

Commit 030b93c

Browse files
committed
Update badges, add coverage badge
1 parent 74f6bc7 commit 030b93c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# GitHub Action for PMD
22

3-
<a href="https://github.com/pmd/pmd-github-action/actions"><img alt="pmd-github-action status" src="https://github.com/pmd/pmd-github-action/actions/workflows/test.yml/badge.svg"></a>
4-
<a href="https://img.shields.io/github/v/release/pmd/pmd-github-action"><img alt="release" src="https://img.shields.io/github/v/release/pmd/pmd-github-action"></a>
3+
[![pmd-github-action-status](https://github.com/pmd/pmd-github-action/actions/workflows/test.yml/badge.svg)](https://github.com/pmd/pmd-github-action/actions)
4+
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)
5+
[![release](https://img.shields.io/github/v/release/pmd/pmd-github-action)](https://img.shields.io/github/v/release/pmd/pmd-github-action)
56

67
This action runs [PMD](https://pmd.github.io) static code analysis checks.
78

0 commit comments

Comments
 (0)