Skip to content

Commit 0637e9f

Browse files
Step POM version (#417)
* Step POM version * Remove faulty link * Update curl command for cobertura report jar
1 parent ab7ee29 commit 0637e9f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
name: report_coverage
6161
# Generating test coverage report and publishing to Codacy
6262
script:
63+
- sudo apt-get install -y jq
6364
- mvn cobertura:cobertura -B
64-
- curl -Ls -o codacy-coverage-reporter-assembly.jar https://github.com/codacy/codacy-coverage-reporter/releases/download/6.0.2/codacy-coverage-reporter-6.0.2-assembly.jar
65-
- java -jar codacy-coverage-reporter-assembly.jar report -l Java -r target/site/cobertura/coverage.xml
65+
- curl -LSs $(curl -LSs https://api.github.com/repos/codacy/codacy-coverage-reporter/releases/latest | jq -r '.assets | map({content_type, browser_download_url} | select(.content_type | contains("application/octet-stream"))) | .[0].browser_download_url') -o codacy-coverage-reporter-assembly.jar
66+
- java -jar codacy-coverage-reporter-assembly.jar report -l Java -r target/site/cobertura/coverage.xml

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,3 @@ Visit [Eiffel Community](https://eiffel-community.github.io) to get started and
7676
- [**Download files**](wiki/markdown/download-files.md)
7777
6. [**Compatibility**](wiki/markdown/compatibility.md)
7878
7. [**Known limitations**](wiki/markdown/known-limitations.md)
79-
80-
**Eiffel Intelligence documentation** [**can be found here**](https://eiffel-community.github.io/eiffel-intelligence/)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.ericsson</groupId>
88
<artifactId>eiffel-intelligence</artifactId>
9-
<version>2.1.1</version>
9+
<version>2.1.2</version>
1010
<packaging>war</packaging>
1111

1212
<parent>

0 commit comments

Comments
 (0)