* Add necessary inputs and bump version
* Test coverage commit
* Bump coverage workflow version
* Bump workflow version
* Try updated workflow
* Bump commit sha
* Rename empty file for testing
* Update sha
* Update sha
* Update sha
* Bump SHA
* Update SHA
* Update sha
* Bump SHA
* Bump SHA
* Bump sha
* Bump SHA
* Test all plugins (including backend)
* Bump SHA
* Update SHA
* Remove empty files and set appropriate workflow version
(cherry picked from commit caec0f8771)
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
21 lines
747 B
YAML
21 lines
747 B
YAML
name: Cloud data sources test code coverage
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'pkg/tsdb/azuremonitor/**'
|
|
- 'pkg/tsdb/cloudwatch/**'
|
|
- 'pkg/tsdb/cloudmonitoring/**'
|
|
- 'public/app/plugins/datasource/grafana-azure-monitor-datasource/**'
|
|
- '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.6
|
|
with:
|
|
frontend-path-regexp: public\/app\/plugins\/datasource\/(grafana-azure-monitor-datasource|cloud-monitoring|cloudwatch)
|
|
backend-path-regexp: pkg\/tsdb\/(azuremonitor|cloudmonitoring|cloudwatch)
|