Skip to content

Commit f002b9c

Browse files
authored
Merge pull request #68 from codacy/update-readme-version
Update README
2 parents 6ee198f + 0181a8b commit f002b9c

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ dist
1818
*.iml
1919
codacy.pylint.conf
2020
npm-debug.log
21-
config
21+
config
22+
23+
.vscode

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2015 Codacy.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# codacy-coverage-reporter
1+
# Codacy Coverage Reporter
2+
3+
Multi-language coverage reporter for Codacy https://www.codacy.com
4+
25
[![Codacy Badge](https://api.codacy.com/project/badge/grade/1c524e61cd8640e79b80d406eda8754b)](https://www.codacy.com/app/Codacy/codacy-coverage-reporter)
36
[![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)
47
[![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)
58

6-
Multi-language coverage reporter for Codacy https://www.codacy.com
9+
## Requirements
710

8-
```
9-
codacy-coverage-reporter will only work with:
10-
* Java JRE 8 and higher
11-
```
11+
* Java JRE 8 and higher
1212

1313
## Setup
1414

@@ -88,7 +88,7 @@ It might also be possible to merge the reports before uploading them to Codacy,
8888

8989
**Other Languages**
9090

91-
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.
91+
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.
9292

9393
### Enterprise
9494

0 commit comments

Comments
 (0)