From 7dd50cb512007aba21d78746580912ec31d8fb60 Mon Sep 17 00:00:00 2001 From: The Codacy Badger Date: Tue, 31 Jan 2017 11:31:39 +0000 Subject: [PATCH] Add Codacy badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0117bd63dba..4defd066287 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # RESTEasy +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/69888be8ae9345d19e76b1103d1c3688)](https://www.codacy.com/app/asoldano/Resteasy?utm_source=github.com&utm_medium=referral&utm_content=asoldano/Resteasy&utm_campaign=badger) [![Build Status](https://travis-ci.org/resteasy/Resteasy.svg?branch=master)](https://travis-ci.org/resteasy/Resteasy) RESTEasy is a JBoss.org project aimed at providing productivity frameworks for developing client and server RESTful applications and services in Java. It is mainly a JAX-RS implementation but you'll find some other experimental code in the repository.