From d9db4797308556549d038913fb13b79a4b885987 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Wed, 7 Feb 2018 10:48:57 +0000 Subject: [PATCH 1/2] Update README --- .gitignore | 4 +++- LICENSE | 13 +++++++++++++ README.md | 12 ++++++------ 3 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 LICENSE diff --git a/.gitignore b/.gitignore index 93fead30..f6a78219 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ dist *.iml codacy.pylint.conf npm-debug.log -config \ No newline at end of file +config + +.vscode diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..4408f272 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright 2015 Codacy. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/README.md b/README.md index 5ca23054..6ef42d89 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# codacy-coverage-reporter +# Codacy Coverage Reporter + +Multi-language coverage reporter for Codacy https://www.codacy.com + [![Codacy Badge](https://api.codacy.com/project/badge/grade/1c524e61cd8640e79b80d406eda8754b)](https://www.codacy.com/app/Codacy/codacy-coverage-reporter) [![Build Status](https://circleci.com/gh/codacy/codacy-coverage-reporter.png?style=shield&circle-token=:circle-token)](https://circleci.com/gh/codacy/codacy-coverage-reporter) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.codacy/codacy-coverage-reporter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.codacy/codacy-coverage-reporter) -Multi-language coverage reporter for Codacy https://www.codacy.com +## Requirements -``` -codacy-coverage-reporter will only work with: - * Java JRE 8 and higher -``` +* Java JRE 8 and higher ## Setup From 5ad16c67033f92a43dedaa480c066409a8ec509a Mon Sep 17 00:00:00 2001 From: ritagrilo Date: Fri, 27 Apr 2018 12:34:37 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef42d89..5e245481 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ It might also be possible to merge the reports before uploading them to Codacy, **Other Languages** -If your language is not in the list of supported languages, you can still coverage. Just provide the correct `--language` name and then add `--force-language` to make sure it is sent. +If your language is not in the list of supported languages, you can still send coverage to Codacy. Just provide the correct `--language` name and then add `--forceLanguage` to make sure it is sent. ### Enterprise