Bump code coverage versions (#55554)

This commit is contained in:
Andreas Christou
2022-09-21 13:38:02 +01:00
committed by GitHub
parent 647997cc4c
commit 17fc5d82d3
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ on:
jobs: jobs:
workflow-call: workflow-call:
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.10 uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.11
with: with:
frontend-path-regexp: public\/app\/plugins\/datasource\/(grafana-azure-monitor-datasource|cloud-monitoring|cloudwatch) frontend-path-regexp: public\/app\/plugins\/datasource\/(grafana-azure-monitor-datasource|cloud-monitoring|cloudwatch)
backend-path-regexp: pkg\/tsdb\/(azuremonitor|cloudmonitoring|cloudwatch) backend-path-regexp: pkg\/tsdb\/(azuremonitor|cloudmonitoring|cloudwatch)
+1 -1
View File
@@ -11,7 +11,7 @@ on:
jobs: jobs:
workflow-call: workflow-call:
uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.10 uses: grafana/code-coverage/.github/workflows/code-coverage.yml@v0.1.11
with: with:
frontend-path-regexp: public\/app\/features\/(explore|correlations) frontend-path-regexp: public\/app\/features\/(explore|correlations)
backend-path-regexp: pkg\/services\/(queryhistory) backend-path-regexp: pkg\/services\/(queryhistory)