Skip to content

Commit

Permalink
Merge pull request #68 from codacy/update-readme-version
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
xplosunn authored Jun 1, 2018
2 parents 6ee198f + 0181a8b commit f002b9c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ dist
*.iml
codacy.pylint.conf
npm-debug.log
config
config

.vscode
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 send 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

Expand Down

0 comments on commit f002b9c

Please sign in to comment.