CI: integration tests

This commit is contained in:
Arne Keller 2021-03-05 23:38:33 +01:00
parent c7c313650c
commit 9685c0c607

View File

@ -5,6 +5,9 @@ build:
- python3 /opt/cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura.xml - python3 /opt/cover2cover.py target/site/jacoco/jacoco.xml src/main/java > target/site/cobertura.xml
- python3 /opt/source2filename.py target/site/cobertura.xml - python3 /opt/source2filename.py target/site/cobertura.xml
- /opt/calcCoverage.sh < target/site/cobertura.xml - /opt/calcCoverage.sh < target/site/cobertura.xml
- mvn package -Pproduction
- java -jar target/typicalc-1.0-SNAPSHOT.jar &
- mvn integration-test
artifacts: artifacts:
reports: reports:
cobertura: target/site/cobertura.xml cobertura: target/site/cobertura.xml