Skip to content
Snippets Groups Projects
Commit aaa9d272 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'

added target/site to artifacts

Closes #245

See merge request idatt2106-v23-03/backend!204
parents fb40517a 7c53b87a
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,15 @@ maven-build:
run-tests:
stage: test
script:
- mvn jacoco:prepare-agent test jacoco:report verify
- mvn test
deploy-jar:
stage: deploy
script:
- mvn install
- mvn install jacoco:report
artifacts:
paths:
- target/site/jacoco
jacoco-report:
stage: pages
......
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