Skip to content
Snippets Groups Projects
Commit 65bf9bb4 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#7: Changed expiration time of reports to 1 week

parent 86fd7f49
No related branches found
No related tags found
1 merge request!12Issue/7 add test coverage report
Pipeline #34219 passed
...@@ -72,4 +72,4 @@ client:report: ...@@ -72,4 +72,4 @@ client:report:
artifacts: artifacts:
reports: reports:
cobertura: client/output/coverage/jest/cobertura-coverage.xml cobertura: client/output/coverage/jest/cobertura-coverage.xml
expire_in: 5 min expire_in: 1 week
...@@ -43,4 +43,4 @@ server:test: ...@@ -43,4 +43,4 @@ server:test:
artifacts: artifacts:
reports: reports:
cobertura: server/coverage.xml cobertura: server/coverage.xml
expire_in: 5 min expire_in: 1 week
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