chore: fix OX coverage report (#55386)

This commit is contained in:
Giordano Ricci 2022-09-19 13:55:09 +01:00 committed by GitHub
parent 6fb8abbbb6
commit 93e4205caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)