From 93e4205caa46a5c13e5171b4b99e547bbe48d4f2 Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Mon, 19 Sep 2022 13:55:09 +0100 Subject: [PATCH] chore: fix OX coverage report (#55386) --- .github/workflows/ox-code-coverage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ox-code-coverage.yml b/.github/workflows/ox-code-coverage.yml index 5ec379342d3..84c564b69df 100644 --- a/.github/workflows/ox-code-coverage.yml +++ b/.github/workflows/ox-code-coverage.yml @@ -3,7 +3,6 @@ on: pull_request: paths: - 'pkg/services/queryhistory/**' - - 'pkg/services/correlations/**' - 'public/app/features/explore/**' - 'public/app/features/correlations/**' branches-ignore: @@ -15,4 +14,4 @@ jobs: uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.10 with: frontend-path-regexp: public\/app\/features\/(explore|correlations) - backend-path-regexp: pkg\/services\/(queryhistory|correlations) + backend-path-regexp: pkg\/services\/(queryhistory)