mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Enable coverage report for Elasticsearch (#60513)
This commit is contained in:
parent
f0cabe14d5
commit
dbff9b4b97
6
.github/workflows/ox-code-coverage.yml
vendored
6
.github/workflows/ox-code-coverage.yml
vendored
@ -4,9 +4,11 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'pkg/services/queryhistory/**'
|
- 'pkg/services/queryhistory/**'
|
||||||
- 'pkg/tsdb/loki/**'
|
- 'pkg/tsdb/loki/**'
|
||||||
|
- 'pkg/tsdb/elasticsearch/**'
|
||||||
- 'public/app/features/explore/**'
|
- 'public/app/features/explore/**'
|
||||||
- 'public/app/features/correlations/**'
|
- 'public/app/features/correlations/**'
|
||||||
- 'public/app/plugins/datasource/loki/**'
|
- 'public/app/plugins/datasource/loki/**'
|
||||||
|
- 'public/app/plugins/datasource/elasticsearch/**'
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- dependabot/**
|
- dependabot/**
|
||||||
- backport-*
|
- backport-*
|
||||||
@ -15,5 +17,5 @@ jobs:
|
|||||||
workflow-call:
|
workflow-call:
|
||||||
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.14
|
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.14
|
||||||
with:
|
with:
|
||||||
frontend-path-regexp: public\/app\/features\/(explore|correlations)|public\/app\/plugins\/datasource\/loki
|
frontend-path-regexp: public\/app\/features\/(explore|correlations)|public\/app\/plugins\/datasource\/(loki|elasticsearch)
|
||||||
backend-path-regexp: pkg\/services\/(queryhistory)|pkg\/tsdb\/loki
|
backend-path-regexp: pkg\/services\/(queryhistory)|pkg\/tsdb\/(loki|elasticsearch)
|
||||||
|
Loading…
Reference in New Issue
Block a user