aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-07 16:20:32 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:03 +0200
commitc02a2df77e2bebfe28b0775d275528d9b2b46425 (patch)
tree5b40e74c87ec24d9e82b96345bd67294e28d6504 /.gitlab-ci.yml
parentchore(deps): bump to react 18 (diff)
downloadsophie-c02a2df77e2bebfe28b0775d275528d9b2b46425.tar.gz
sophie-c02a2df77e2bebfe28b0775d275528d9b2b46425.tar.zst
sophie-c02a2df77e2bebfe28b0775d275528d9b2b46425.zip
build: fix git lab ci configuration
https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55dd6cb..f129977 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,9 @@ test:
35 - yarn test:ci 35 - yarn test:ci
36 artifacts: 36 artifacts:
37 reports: 37 reports:
38 cobertura: coverage/test/cobertura-coverage.xml 38 coverage_report:
39 coverage_format: cobertura
40 path: coverage/test/cobertura-coverage.xml
39 junit: junit.xml 41 junit: junit.xml
40 42
41# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts 43# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts