Trying to stabilize the CI build as the last build had only 20% coverage due to wrong detection

This commit is contained in:
2024-03-09 23:38:56 +01:00
parent 24f7cc74a7
commit 946614b86c
3 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ build-debug:
tags:
- docker
- lnx
- 64bit
rules:
- if: $CI_COMMIT_TAG == null
script:
@@ -32,7 +33,7 @@ build-debug:
paths:
- artifacts/*.nupkg
- artifacts/*.snupkg
expire_in: 3 days
expire_in: 1 days
test-debug:
stage: test
@@ -41,6 +42,7 @@ test-debug:
tags:
- docker
- lnx
- 64bit
rules:
- if: $CI_COMMIT_TAG == null
coverage: '/Total[^|]*\|[^|]*\|\s*([0-9.%]+)/'
@@ -56,6 +58,7 @@ deploy-debug:
tags:
- docker
- lnx
- 64bit
rules:
- if: $CI_COMMIT_TAG == null
script:
@@ -68,6 +71,7 @@ build-release:
tags:
- docker
- lnx
- amd64
rules:
- if: $CI_COMMIT_TAG != null
script:
@@ -93,6 +97,7 @@ test-release:
tags:
- docker
- lnx
- amd64
rules:
- if: $CI_COMMIT_TAG != null
coverage: '/Total[^|]*\|[^|]*\|\s*([0-9.%]+)/'
@@ -108,6 +113,7 @@ deploy-release:
tags:
- docker
- lnx
- 64bit
rules:
- if: $CI_COMMIT_TAG != null
script: