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 #10: sqflite (#3137)
* 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

* Add link to packages

* Update

* Update

* Update

* Update

* Fix test

* Fix test

* Fix test

* Fix test

* Fix test

* Add flutter to packages

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

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

jobs:
cancel-previous-workflow:
Expand Down Expand Up @@ -43,18 +43,18 @@ jobs:

- uses: ./.github/actions/flutter-test
with:
directory: sqflite
directory: packages/sqflite

- uses: ./.github/actions/coverage
if: matrix.target == 'linux' && matrix.sdk == 'stable'
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: sqflite
directory: packages/sqflite
coverage: sentry_sqflite
min-coverage: 80

analyze:
uses: ./.github/workflows/analyze.yml
with:
package: sqflite
package: packages/sqflite
sdk: flutter
2 changes: 1 addition & 1 deletion packages/flutter/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependency_overrides:
sentry_logging:
path: ../../logging
sentry_sqflite:
path: ../../../sqflite
path: ../../sqflite
sentry_file:
path: ../../file
sentry_hive:
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions packages/sqflite/CHANGELOG.md
File renamed without changes.
File renamed without changes.
File renamed without changes
1 change: 1 addition & 0 deletions packages/sqflite/dartdoc_options.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions packages/sqflite/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.
1 change: 0 additions & 1 deletion sqflite/CHANGELOG.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading