Skip to content

Commit 932fe20

Browse files
authored
Update README.md
1 parent ebb40dd commit 932fe20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Unchecked Exception
22

3+
[![Build](https://github.com/qoomon/unchecked-exceptions-java/actions/workflows/build.yml/badge.svg)](https://github.com/qoomon/unchecked-exceptions-java/actions/workflows/build.yml)
4+
35
[![Known Vulnerabilities](https://snyk.io/test/github/qoomon/unchecked-exceptions-java/badge.svg)](https://snyk.io/test/github/qoomon/unchecked-exceptions-java)
46

57
[![Maintainability](https://api.codeclimate.com/v1/badges/d8d4132d4737c4c34edd/maintainability)](https://codeclimate.com/github/qoomon/unchecked-exceptions-java/maintainability)
68

79
[![Test Coverage](https://api.codeclimate.com/v1/badges/d8d4132d4737c4c34edd/test_coverage)](https://codeclimate.com/github/qoomon/unchecked-exceptions-java/test_coverage)
810

9-
[![Build](https://github.com/qoomon/unchecked-exceptions-java/actions/workflows/build.yml/badge.svg)](https://github.com/qoomon/unchecked-exceptions-java/actions/workflows/build.yml)
10-
1111
[![Maven Central](https://img.shields.io/maven-central/v/me.qoomon/unchecked-exceptions.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22me.qoomon%22%20AND%20a%3A%22unchecked-exceptions%22)
1212

1313
This lib hase **zero dependencies** and can be used to throw checked exceptions without declaring this in your method's head `throws` clause.

0 commit comments

Comments
 (0)