Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split floor into floor_common, floor, floor_ffi to be able to use floor without flutter. #638

Merged
merged 27 commits into from
May 6, 2024
Merged
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
71adda9
split floor into floor_common, floor, floor_ffi to be able to use flo…
rivasdiaz Feb 7, 2022
584de06
pub lock
hendrikvdkaaden Mar 12, 2024
739d731
Resolve merge conflicts
hendrikvdkaaden Mar 13, 2024
b7a3a62
Merge branch 'develop' into dart_without_flutter
hendrikvdkaaden Mar 15, 2024
88f64b6
Merge with develop, and delete database_factory_ext.dart that's no us…
hendrikvdkaaden Mar 15, 2024
99c769d
Merge branch 'develop' into dart_without_flutter
hendrikvdkaaden Mar 19, 2024
805244c
Run test in floor_common
hendrikvdkaaden Mar 19, 2024
08821b3
Remove sqflite from floor_common, because it depends on Flutter
hendrikvdkaaden Mar 22, 2024
056977d
Add floor_common to the .sh scripts, and add the getDatabasePath to d…
hendrikvdkaaden Mar 22, 2024
cbeb603
Update location of coverage file
stephanmantel Mar 25, 2024
234ccda
Update location of coverage file
stephanmantel Mar 25, 2024
2d7b01f
Revert "Update location of coverage file"
stephanmantel Mar 25, 2024
d986269
Merge branch 'develop' into dart_without_flutter
hendrikvdkaaden Apr 25, 2024
7e717f8
merge with develop
hendrikvdkaaden Apr 25, 2024
5dba82f
Add .g to the test folders
hendrikvdkaaden Apr 25, 2024
7f825c9
Add .g to the test folders
hendrikvdkaaden Apr 25, 2024
28d05d9
Merge remote-tracking branch 'rivasdiaz/dart_without_flutter' into da…
hendrikvdkaaden Apr 25, 2024
0ed865f
delete .g files and update gitignore
hendrikvdkaaden Apr 25, 2024
6d61ffb
Add .g files
hendrikvdkaaden Apr 29, 2024
6b163f9
gitignore rollback
hendrikvdkaaden Apr 29, 2024
44802b1
Delete .g files and update gitignore
hendrikvdkaaden Apr 29, 2024
62661ec
Change test command
hendrikvdkaaden Apr 30, 2024
8658bf3
Change test command from flutter to dart
hendrikvdkaaden Apr 30, 2024
f97367d
Change test command
hendrikvdkaaden Apr 30, 2024
3e71e4e
empty commit
hendrikvdkaaden Apr 30, 2024
a3b881a
empty commit
hendrikvdkaaden Apr 30, 2024
435813a
rollback ci.yml
hendrikvdkaaden Apr 30, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: floor
file: ./floor/coverage/lcov.info
file: ./floor_common/coverage/lcov.info

example:
runs-on: ubuntu-latest
Expand Down
Loading