Skip to content
Merged
Show file tree
Hide file tree
Changes from 25 commits
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
10 changes: 5 additions & 5 deletions .github/workflows/dio.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/**'
- 'dio/**'
- 'packages/dart/**'
- 'packages/dio/**'

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

- uses: ./.github/actions/dart-test
with:
directory: dio
directory: packages/dio

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

analyze:
uses: ./.github/workflows/analyze.yml
with:
package: dio
package: packages/dio
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
10 changes: 5 additions & 5 deletions .github/workflows/logging.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/**'
- 'logging/**'
- 'packages/dart/**'
- 'packages/logging/**'

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

- uses: ./.github/actions/dart-test
with:
directory: logging
directory: packages/logging

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

analyze:
uses: ./.github/workflows/analyze.yml
with:
package: logging
package: packages/logging
1 change: 0 additions & 1 deletion dio/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion dio/dartdoc_options.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions dio/pubspec_overrides.yaml

This file was deleted.

1 change: 0 additions & 1 deletion hive/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion hive/dartdoc_options.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions hive/pubspec_overrides.yaml

This file was deleted.

1 change: 0 additions & 1 deletion logging/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion logging/dartdoc_options.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions logging/pubspec_overrides.yaml

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions packages/dio/CHANGELOG.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
1 change: 1 addition & 0 deletions packages/dio/dartdoc_options.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions packages/dio/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: sentry
dependency_overrides:
sentry:
path: ../dart
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions packages/hive/CHANGELOG.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions packages/hive/dartdoc_options.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions packages/hive/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: sentry
dependency_overrides:
sentry:
path: ../dart
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions packages/logging/CHANGELOG.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
1 change: 1 addition & 0 deletions packages/logging/dartdoc_options.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions packages/logging/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: sentry
dependency_overrides:
sentry:
path: ../dart
File renamed without changes.
File renamed without changes.
Loading