File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ before_script:
18
18
- mvn --update-snapshots dependency-check:check -Pdependency-check
19
19
script :
20
20
- mvn clean test jacoco:report verify -Pcoverage
21
- after_success :
22
- - " if [[ ${TRAVIS_JDK_VERSION} == 'openjdk7' ]]; then bash <(curl -s https://codecov.io/bash); fi"
23
21
cache :
24
22
directories :
25
23
- $HOME/.m2
Original file line number Diff line number Diff line change 1
1
# RFC 5297 SIV mode of operation in Java
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/cryptomator/siv-mode.svg?branch=master )] ( https://travis-ci.org/cryptomator/siv-mode )
4
- [ ![ codecov] ( https://codecov.io/gh/cryptomator/siv-mode/branch/master/graph/badge.svg )] ( https://codecov.io/gh/cryptomator/siv-mode )
5
4
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/8b274788dab046259a40e56688236790 )] ( https://www.codacy.com/app/cryptomator/siv-mode )
5
+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Coverage/8b274788dab046259a40e56688236790 )] ( https://www.codacy.com/app/cryptomator/siv-mode )
6
6
[ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/10005/badge.svg )] ( https://scan.coverity.com/projects/cryptomator-siv-mode )
7
7
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.cryptomator/siv-mode.svg?maxAge=86400 )] ( https://repo1.maven.org/maven2/org/cryptomator/siv-mode/ )
8
8
[ ![ Javadocs] ( http://www.javadoc.io/badge/org.cryptomator/siv-mode.svg )] ( http://www.javadoc.io/doc/org.cryptomator/siv-mode )
You can’t perform that action at this time.
0 commit comments