Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
FilledStacks authored Dec 12, 2024
2 parents eb51569 + e4151d8 commit 941f911
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
channel: 'stable'
- run: flutter pub get
- run: dart format --fix --set-exit-if-changed .
- run: flutter analyze
# - run: flutter analyze # removing analyze for now, we only care about test passing
- run: flutter test --coverage
- name: Setup LCOV
uses: hrishikesh-kadam/setup-lcov@v1
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v3
uses: zgosalvez/github-actions-report-lcov@v4
with:
coverage-files: coverage/lcov*.info
artifact-name: code-coverage-report
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.4.4](https://github.com/Stacked-Org/stacked/compare/v3.4.3...v3.4.4) (2024-12-12)


### Bug Fixes

* **deps:** update dependency get_it to v8 ([#1128](https://github.com/Stacked-Org/stacked/issues/1128)) ([4398fed](https://github.com/Stacked-Org/stacked/commit/4398fed7cef851d11223cf93d6858ef34e84ac76))

## [3.4.3](https://github.com/Stacked-Org/stacked/compare/v3.4.2...v3.4.3) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stacked
description: The framework to build testable, scalable and maintainable flutter apps
version: 3.4.3
version: 3.4.4
homepage: https://github.com/FilledStacks/stacked
platforms:
android:
Expand Down

0 comments on commit 941f911

Please sign in to comment.