Skip to content

Commit

Permalink
Remove code coverage and change compatibility check (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgepoet authored Jun 7, 2023
1 parent f24503d commit b854ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/code-coverage.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/detect-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: grafana/plugin-actions/is-compatible@v1
with:
module: './src/module.ts'
comment-pr: 'yes'
fail-if-incompatible: 'no'
comment-pr: 'no'
fail-if-incompatible: 'yes'
targets: '@grafana/data,@grafana/ui,@grafana/runtime,@grafana/e2e-selectors'

0 comments on commit b854ea8

Please sign in to comment.