Skip to content

Commit 112fa7b

Browse files
authored
Merge pull request #96 from bascoe10/patch-1
Update jar file name pattern
2 parents 96664a0 + f216411 commit 112fa7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Or use the option `--codacy-api-base-url <Codacy_instance_URL>:16006`.
103103

104104
For a complete list of commands and options run:
105105
```
106-
java -jar codacy-coverage-reporter-assembly-<version>.jar --help
106+
java -jar codacy-coverage-reporter-<version>-assembly.jar --help
107107
```
108108

109109
## Java 6
@@ -117,12 +117,12 @@ If you are having any issues with your installation, you can also build the cove
117117

118118
1. Clone our repository https://github.com/codacy/codacy-coverage-reporter
119119

120-
2. Run the command `sbt assembly`. This will produce a .jar that you can run in the `codacy-coverage-reporter/target/codacy-coverage-reporter-assembly-<version>.jar`
120+
2. Run the command `sbt assembly`. This will produce a .jar that you can run in the `codacy-coverage-reporter/target/codacy-coverage-reporter-<version>-assembly.jar`
121121

122122
3. In the project you want to send the coverage, use the jar. Example:
123123

124124
```
125-
<path>/java-project$ java -jar ../codacy-coverage-reporter/target/codacy-coverage-reporter-assembly-<version>.jar report -l Java -r jacoco.xml
125+
<path>/java-project$ java -jar ../codacy-coverage-reporter/target/codacy-coverage-reporter-<version>-assembly.jar report -l Java -r jacoco.xml
126126
```
127127

128128
## Gradle task

0 commit comments

Comments
 (0)