Skip to content

Commit a180b5f

Browse files
authored
Added badges to header of repo
1 parent d97a184 commit a180b5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# java-watch
2+
[![Maven Central Version](https://img.shields.io/maven-central/v/engineering.swat/java-watch?style=flat-square&label=maven)](https://central.sonatype.com/artifact/engineering.swat/java-watch)
3+
[![javadoc](https://javadoc.io/badge2/engineering.swat/java-watch/docs.svg?style=flat-square)](https://javadoc.io/doc/engineering.swat/java-watch)
4+
[![Codecov](https://img.shields.io/codecov/c/github/SWAT-engineering/java-watch?style=flat-square)](https://codecov.io/gh/SWAT-engineering/java-watch)
25

36
a java file watcher that works across platforms and supports recursion, single file watches, and tries to make sure no events are missed. Where possible it uses Java's NIO WatchService.
47

@@ -22,7 +25,7 @@ Planned features:
2225
- Support single file watches natively in linux (see [#11](https://github.com/SWAT-engineering/java-watch/issues/11))
2326
- Monitor only specific events (such as only CREATE events)
2427

25-
[![codecov](https://codecov.io/gh/SWAT-engineering/java-watch/graph/badge.svg?token=XL29SDYAF0)](https://codecov.io/gh/SWAT-engineering/java-watch)
28+
2629

2730
## Usage
2831

0 commit comments

Comments
 (0)