mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore: fix OX coverage report (#55386)
This commit is contained in:
parent
6fb8abbbb6
commit
93e4205caa
3
.github/workflows/ox-code-coverage.yml
vendored
3
.github/workflows/ox-code-coverage.yml
vendored
@ -3,7 +3,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'pkg/services/queryhistory/**'
|
- 'pkg/services/queryhistory/**'
|
||||||
- 'pkg/services/correlations/**'
|
|
||||||
- 'public/app/features/explore/**'
|
- 'public/app/features/explore/**'
|
||||||
- 'public/app/features/correlations/**'
|
- 'public/app/features/correlations/**'
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
@ -15,4 +14,4 @@ jobs:
|
|||||||
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.10
|
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.10
|
||||||
with:
|
with:
|
||||||
frontend-path-regexp: public\/app\/features\/(explore|correlations)
|
frontend-path-regexp: public\/app\/features\/(explore|correlations)
|
||||||
backend-path-regexp: pkg\/services\/(queryhistory|correlations)
|
backend-path-regexp: pkg\/services\/(queryhistory)
|
||||||
|
Loading…
Reference in New Issue
Block a user