mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
Workflows: include Loki to OX code coverage workflow (#60341)
This commit is contained in:
parent
5c7f77e402
commit
c7c7cad4ba
6
.github/workflows/ox-code-coverage.yml
vendored
6
.github/workflows/ox-code-coverage.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user