Skip to content
Merged
Show file tree
Hide file tree
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
Add file to packages
  • Loading branch information
buenaflor committed Aug 5, 2025
commit 0679ecf1729782aa555a99484e3f928ad33c3696
12 changes: 6 additions & 6 deletions .github/workflows/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
- '.github/workflows/analyze.yml'
- '.github/actions/dart-test/**'
- '.github/actions/coverage/**'
- 'dart/**'
- 'flutter/**'
- 'file/**'
- 'packages/dart/**'
- 'packages/flutter/**'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think we don't need flutter here, since we only depend on dart?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah we can remove it

- 'packages/file/**'

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

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

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

analyze:
uses: ./.github/workflows/analyze.yml
with:
package: file
package: packages/file
panaThreshold: 90
1 change: 0 additions & 1 deletion file/CHANGELOG.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions packages/file/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/file/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/file/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.
Loading