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:
run-tests:
stage: test
script:
- mvn test
- mvn jacoco:prepare-agent test jacoco:report verify
deploy-jar:
stage: deploy
......@@ -28,7 +28,6 @@ deploy-jar:
jacoco-report:
stage: pages
script:
- mvn jacoco:report
- mkdir public
- cp -r target/site/jacoco public/
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