2022-09-19 07:01:15 -05:00
|
|
|
name: Observability Experience test code coverage
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
- 'pkg/services/queryhistory/**'
|
2022-12-15 13:15:31 -06:00
|
|
|
- 'pkg/tsdb/loki/**'
|
2022-12-19 10:04:05 -06:00
|
|
|
- 'pkg/tsdb/elasticsearch/**'
|
2022-09-19 07:01:15 -05:00
|
|
|
- 'public/app/features/explore/**'
|
|
|
|
- 'public/app/features/correlations/**'
|
2022-12-15 13:15:31 -06:00
|
|
|
- 'public/app/plugins/datasource/loki/**'
|
2022-12-19 10:04:05 -06:00
|
|
|
- 'public/app/plugins/datasource/elasticsearch/**'
|
2022-09-19 07:01:15 -05:00
|
|
|
branches-ignore:
|
|
|
|
- dependabot/**
|
|
|
|
- backport-*
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
workflow-call:
|
2023-04-12 03:42:17 -05:00
|
|
|
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.19
|
2022-09-19 07:01:15 -05:00
|
|
|
with:
|
2022-12-19 10:04:05 -06:00
|
|
|
frontend-path-regexp: public\/app\/features\/(explore|correlations)|public\/app\/plugins\/datasource\/(loki|elasticsearch)
|
|
|
|
backend-path-regexp: pkg\/services\/(queryhistory)|pkg\/tsdb\/(loki|elasticsearch)
|