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
melos #5: file (#3132)
* Add melos setup and check only set up Dart for now

* Update

* Update]

* Update]

* Update

* Update

* Update

* Fix CHANGELOG

* Update gitignore

* Fix symlink in CHANGELOG

* Add logging to melos

* Update

* Update

* Update

* Update

* Add dio to packages

* Update workflow

* Update

* Update

* Update

* Update

* Update

* Add hive to packages

* Update

* Add file to packages

* Update file.yml
  • Loading branch information
buenaflor authored Aug 6, 2025
commit edc0ba4e4f84d1df851aa9736fa5c6f3b84db65e
11 changes: 5 additions & 6 deletions .github/workflows/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ on:
- '.github/workflows/analyze.yml'
- '.github/actions/dart-test/**'
- '.github/actions/coverage/**'
- 'dart/**'
- 'flutter/**'
- 'file/**'
- 'packages/dart/**'
- 'packages/file/**'

jobs:
cancel-previous-workflow:
Expand All @@ -40,19 +39,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.
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.