mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore: add coverage repoort for OX-related PRs (#55316)
This commit is contained in:
parent
2916b483eb
commit
d2adb1a3cd
18
.github/workflows/ox-code-coverage.yml
vendored
Normal file
18
.github/workflows/ox-code-coverage.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Observability Experience test code coverage
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'pkg/services/queryhistory/**'
|
||||
- 'pkg/services/correlations/**'
|
||||
- 'public/app/features/explore/**'
|
||||
- 'public/app/features/correlations/**'
|
||||
branches-ignore:
|
||||
- dependabot/**
|
||||
- backport-*
|
||||
|
||||
jobs:
|
||||
workflow-call:
|
||||
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)
|
Loading…
Reference in New Issue
Block a user