CI: quiet download logs

This commit is contained in:
Arne Keller 2021-06-17 08:37:54 +02:00
parent e1845f8c85
commit f6a790009f

View File

@ -4,7 +4,7 @@ variables:
build:
script:
- nix-shell --pure --run "file src/main/resources/language/translation_de.properties | rg UTF-8"
- nix-shell --pure --run "mvn -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp checkstyle:check jacoco:prepare-agent test jacoco:report"
- nix-shell --pure --run "mvn --no-transfer-progress -Dmaven.repo.local=/tmp/m2/repository -Duser.home=/tmp checkstyle:check jacoco:prepare-agent test jacoco:report"
- nix-shell --pure --run "python3 ./cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura.xml"
- nix-shell --pure --run "python3 ./source2filename.py target/site/cobertura.xml"
- nix-shell --pure --run "./calcCoverage.sh < target/site/cobertura.xml"