Workflows: include Loki to OX code coverage workflow (#60341)

This commit is contained in:
Matias Chomicki 2022-12-15 20:15:31 +01:00 committed by GitHub
parent 5c7f77e402
commit c7c7cad4ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,10 @@ on:
pull_request:
paths:
- 'pkg/services/queryhistory/**'
- 'pkg/tsdb/loki/**'
- 'public/app/features/explore/**'
- 'public/app/features/correlations/**'
- 'public/app/plugins/datasource/loki/**'
branches-ignore:
- dependabot/**
- backport-*
@ -13,5 +15,5 @@ jobs:
workflow-call:
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.13
with:
frontend-path-regexp: public\/app\/features\/(explore|correlations)
backend-path-regexp: pkg\/services\/(queryhistory)
frontend-path-regexp: public\/app\/features\/(explore|correlations)|public\/app\/plugins\/datasource\/loki
backend-path-regexp: pkg\/services\/(queryhistory)|pkg\/tsdb\/loki