Skip to content

Commit

Permalink
chore: fix coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood committed Oct 15, 2023
1 parent 63b8f16 commit 0d0b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A split button control for Java Swing.
[![CodeQL](https://github.com/rhwood/jsplitbutton/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/rhwood/jsplitbutton/actions/workflows/codeql-analysis.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rhwood_jsplitbutton&metric=alert_status)](https://sonarcloud.io/dashboard?id=rhwood_jsplitbutton)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=rhwood_jsplitbutton&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=rhwood_jsplitbutton)
[![codecov](https://codecov.io/gh/rhwood/jsplitbutton/branch/master/graph/badge.svg?token=gbIMA3aimP)](https://codecov.io/gh/rhwood/jsplitbutton)
[![codecov](https://codecov.io/gh/rhwood/jsplitbutton/graph/badge.svg?token=gbIMA3aimP)](https://codecov.io/gh/rhwood/jsplitbutton)
A simple implementation of the split button control for Java Swing. This control raises two events:

* ```buttonClicked(ActionEvent e)```
Expand Down

0 comments on commit 0d0b464

Please sign in to comment.