Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
  • Loading branch information
buenaflor committed Aug 5, 2025
commit 47ea449ece13170c209b7bae03fac7fe539b12e5
10 changes: 5 additions & 5 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- '.github/workflows/analyze.yml'
- '.github/actions/dart-test/**'
- '.github/actions/coverage/**'
- 'dart/**'
- 'hive/**'
- 'packages/dart/**'
- 'packages/hive/**'

jobs:
cancel-previous-workflow:
Expand All @@ -39,19 +39,19 @@ jobs:

- uses: ./.github/actions/dart-test
with:
directory: hive
directory: packages/hive
web: false

- uses: ./.github/actions/coverage
if: runner.os == 'Linux' && matrix.sdk == 'stable'
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: hive
directory: packages/hive
coverage: sentry_hive
min-coverage: 55

analyze:
uses: ./.github/workflows/analyze.yml
with:
package: hive
package: packages/hive
panaThreshold: 90
Loading