chore: add coverage repoort for OX-related PRs (#55316)

This commit is contained in:
Giordano Ricci 2022-09-19 13:01:15 +01:00 committed by GitHub
parent 2916b483eb
commit d2adb1a3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/ox-code-coverage.yml vendored Normal file
View 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)