mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-09 19:00:48 +00:00
CI: use helper scripts in repo
This commit is contained in:
parent
e4f5727683
commit
b02c5d8b9e
@ -2,9 +2,9 @@ build:
|
|||||||
script:
|
script:
|
||||||
- file src/main/resources/language/translation_de.properties | rg UTF-8
|
- file src/main/resources/language/translation_de.properties | rg UTF-8
|
||||||
- mvn -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp checkstyle:check jacoco:prepare-agent test jacoco:report
|
- mvn -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp checkstyle:check jacoco:prepare-agent test jacoco:report
|
||||||
- python3 /opt/cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura.xml
|
- python3 ./cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura.xml
|
||||||
- python3 /opt/source2filename.py target/site/cobertura.xml
|
- python3 ./source2filename.py target/site/cobertura.xml
|
||||||
- /opt/calcCoverage.sh < target/site/cobertura.xml
|
- ./calcCoverage.sh < target/site/cobertura.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
cobertura: target/site/cobertura.xml
|
cobertura: target/site/cobertura.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user