Compare commits

..

1 Commits

Author SHA1 Message Date
81233d62bf ci: Instrumentation tests coverage in ci.
Some checks failed
Check PR code / translations (pull_request) Successful in 30s
Check PR code / Lint (pull_request) Failing after 37s
Check PR code / build (pull_request) Has been skipped
Check PR code / integrationTests (pull_request) Has been skipped
2025-03-26 20:22:37 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -50,6 +50,3 @@ jobs:
retention-days: 1
overwrite: true
include-hidden-files: true
integrationTests:
needs: BuildAndTestAndCoverage
uses: ./.gitea/workflows/common_coverage.yml

View File

@ -88,3 +88,6 @@ jobs:
build:
needs: Lint
uses: ./.gitea/workflows/common_build.yml
integrationTests:
needs: build
uses: ./.gitea/workflows/common_coverage.yml