Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
8a95f043
Commit
8a95f043
authored
Nov 04, 2020
by
Tomas Norre Mikkelsen
Committed by
Thomas Löffler
Nov 04, 2020
Browse files
[CI] Adjust path
parent
c8d947c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8a95f043
...
...
@@ -82,13 +82,13 @@ mutation:badge:
-
cd badges
script
:
-
mutation_msi=$(cat ../build/infection-log.json | jq .stats.msi)
-
msi_color=$(../gitlab-ci/build/./badge-color.sh $mutation_msi)
-
msi_color=$(../
.
gitlab-ci/build/./badge-color.sh $mutation_msi)
-
anybadge -l "Mutation MSI" -v $mutation_msi -f mutation_msi.svg -c $msi_color
-
mutation_mcc=$(cat ../build/infection-log.json | jq .stats.mutationCodeCoverage)
-
mcc_color=$(../gitlab-ci/build/./badge-color.sh $mutation_mcc)
-
mcc_color=$(../
.
gitlab-ci/build/./badge-color.sh $mutation_mcc)
-
anybadge -l "Mutation MCC" -v $mutation_mcc -f mutation_mcc.svg -c $mcc_color
-
mutation_ccmsi=$(cat ../build/infection-log.json | jq .stats.coveredCodeMsi)
-
ccmsi_color=$(../gitlab-ci/build/./badge-color.sh $mutation_ccmsi)
-
ccmsi_color=$(../
.
gitlab-ci/build/./badge-color.sh $mutation_ccmsi)
-
anybadge -l "Mutation CCMSI" -v $mutation_ccmsi -f mutation_ccmsi.svg -c $ccmsi_color
artifacts
:
paths
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment