mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* Initial GCM schema work - Split types for convenience - Update conditionals where needed - Update type references * Add additional supporting types * Add some more accessory and legacy types * Add missing type * Rename backend folder * Add missing generated file * Review
21 lines
710 B
YAML
21 lines
710 B
YAML
name: Cloud data sources test code coverage
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'pkg/tsdb/azuremonitor/**'
|
|
- 'pkg/tsdb/cloudwatch/**'
|
|
- 'pkg/tsdb/cloud-monitoring/**'
|
|
- 'public/app/plugins/datasource/azuremonitor/**'
|
|
- 'public/app/plugins/datasource/cloudwatch/**'
|
|
- 'public/app/plugins/datasource/cloud-monitoring/**'
|
|
branches-ignore:
|
|
- dependabot/**
|
|
- backport-*
|
|
|
|
jobs:
|
|
workflow-call:
|
|
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.19
|
|
with:
|
|
frontend-path-regexp: public\/app\/plugins\/datasource\/(azuremonitor|cloud-monitoring|cloudwatch)
|
|
backend-path-regexp: pkg\/tsdb\/(azuremonitor|cloud-monitoring|cloudwatch)
|