From c1e4d79c028294ebd343fc53f7e3b1871136aabf Mon Sep 17 00:00:00 2001 From: Alexandr Yepishev Date: Tue, 8 Aug 2023 16:39:19 +0100 Subject: [PATCH] Update github workflow to upload OCR2 test coverage report --- .github/workflows/go.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 1d13532..82727e4 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -70,9 +70,10 @@ jobs: with: name: go-test-results path: | - ./go/ocr2/ocr2_decryptionplugin_coverage.txt + ./go/ocr2/decryptionplugin/ocr2_decryptionplugin_coverage.txt ./go/tdh2/tdh_coverage.txt + sonar-scan: name: SonarQube needs: [golangci-lint, build-and-test]