mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
0a7474ac5c
- Includes a fix to ensure only ts/tsx files have coverage generated
22 lines
765 B
YAML
22 lines
765 B
YAML
name: Observability Experience test code coverage
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'pkg/services/queryhistory/**'
|
|
- 'pkg/tsdb/loki/**'
|
|
- 'pkg/tsdb/elasticsearch/**'
|
|
- 'public/app/features/explore/**'
|
|
- 'public/app/features/correlations/**'
|
|
- 'public/app/plugins/datasource/loki/**'
|
|
- 'public/app/plugins/datasource/elasticsearch/**'
|
|
branches-ignore:
|
|
- dependabot/**
|
|
- backport-*
|
|
|
|
jobs:
|
|
workflow-call:
|
|
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.18
|
|
with:
|
|
frontend-path-regexp: public\/app\/features\/(explore|correlations)|public\/app\/plugins\/datasource\/(loki|elasticsearch)
|
|
backend-path-regexp: pkg\/services\/(queryhistory)|pkg\/tsdb\/(loki|elasticsearch)
|