Skip to content
Snippets Groups Projects
Commit 20300778 authored by Stian Lyng Stræte's avatar Stian Lyng Stræte
Browse files

Merge branch '245-implement-test-report-posting-for-cicd' into 'main'

Resolve "Implement test-report posting for CICD"

Closes #245

See merge request idatt2106-v23-03/backend!203
parents c0ca120d 368aa0d3
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ maven-build: ...@@ -18,7 +18,7 @@ maven-build:
run-tests: run-tests:
stage: test stage: test
script: script:
- mvn test - mvn jacoco:prepare-agent test jacoco:report verify
deploy-jar: deploy-jar:
stage: deploy stage: deploy
...@@ -28,7 +28,6 @@ deploy-jar: ...@@ -28,7 +28,6 @@ deploy-jar:
jacoco-report: jacoco-report:
stage: pages stage: pages
script: script:
- mvn jacoco:report
- mkdir public - mkdir public
- cp -r target/site/jacoco public/ - cp -r target/site/jacoco public/
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment