File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,13 @@ addons:
1111jdk :
1212 - oraclejdk8
1313
14- script : mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
14+ before_script :
15+ - " curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash"
16+
17+ script :
18+ - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
19+ - fossa init
20+ - fossa analyze
1521
1622cache :
1723 directories :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This little project is designed to give the ability to specify the order of meth
55[ ![ Build Status] ( https://travis-ci.org/sadv1r/junit-ordered-runner.svg?branch=master )] ( https://travis-ci.org/sadv1r/junit-ordered-runner )
66[ ![ Quality Gate] ( https://sonarcloud.io/api/project_badges/measure?project=ru.sadv1r.junit:junit-ordered-runner&metric=alert_status )] ( https://sonarcloud.io/dashboard/index/ru.sadv1r.junit:junit-ordered-runner )
77[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=ru.sadv1r.junit:junit-ordered-runner&metric=coverage )] ( https://sonarcloud.io/component_measures?id=ru.sadv1r.junit:junit-ordered-runner&metric=coverage )
8+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/custom%2B2836%2Fgithub.com%2Fsadv1r%2Fjunit-ordered-runner.svg?type=shield )] ( https://app.fossa.io/projects/custom%2B2836%2Fgithub.com%2Fsadv1r%2Fjunit-ordered-runner?ref=badge_shield )
89
910Installation
1011==========================
You can’t perform that action at this time.
0 commit comments