aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-02-20 12:52:28 +0100
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-02-22 08:31:52 +0100
commit955607085aa393a4bd07a3b20d05e3687680f2a2 (patch)
treedc372a25737cd9b7378344f5b631c2a71357e065 /README.md
parent51757bfdc57f61faee110cf0e3a747cca350a21c (diff)
downloadjazzer-api-955607085aa393a4bd07a3b20d05e3687680f2a2.tar.gz
Add repository badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08f1ad83..257ca125 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
<img src="https://www.code-intelligence.com/hubfs/Logos/CI%20Logos/Jazzer_einfach.png" height=150px alt="Jazzer logo">
+
# Jazzer
+[![Maven Central](https://img.shields.io/maven-central/v/com.code-intelligence/jazzer-api)](https://search.maven.org/search?q=g:com.code-intelligence%20a:jazzer-api)
+![GitHub Actions](https://github.com/CodeIntelligenceTesting/jazzer/workflows/Build%20all%20targets%20and%20run%20all%20tests/badge.svg)
Jazzer is a coverage-guided, in-process fuzzer for the JVM platform developed by [Code Intelligence](https://code-intelligence.com).
It is based on [libFuzzer](https://llvm.org/docs/LibFuzzer.html) and brings many of its instrumentation-powered mutation features to the JVM.