Skip to content

Commit

Permalink
tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 1, 2025
1 parent 67e5e52 commit a467afa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ jobs:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
working_directory: packages/${{ matrix.package }}
min_coverage: 100
# TODO: remove once bloc v9 is published
# https://github.com/dart-lang/pana/issues/1254
collect_score: false

flutter_package_checks:
needs: changes
Expand All @@ -238,6 +241,9 @@ jobs:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
working_directory: packages/${{ matrix.package }}
min_coverage: 100
# TODO: remove once bloc v9 is published
# https://github.com/dart-lang/pana/issues/1254
collect_score: false

angular_dart_example_checks:
needs: changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc
description: A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
version: 9.0.0-dev.1
version: 8.1.4
repository: https://github.com/felangel/bloc/tree/master/packages/bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://github.com/felangel/bloc
Expand Down
8 changes: 4 additions & 4 deletions packages/bloc_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc_test
description: A testing library which makes it easy to test blocs. Built to be used with the bloc state management package.
version: 10.0.0-dev.1
version: 9.1.7
repository: https://github.com/felangel/bloc/tree/master/packages/bloc_test
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand All @@ -12,14 +12,14 @@ environment:
sdk: ">=2.14.0 <4.0.0"

dependencies:
bloc: ^9.0.0-dev.1
bloc: ^8.1.1
diff_match_patch: ^0.4.1
meta: ^1.3.0
mocktail: ">=0.2.0 <2.0.0"
mocktail: ^1.0.0
test: ^1.16.0

dev_dependencies:
rxdart: ^0.27.2
rxdart: ^0.28.0

screenshots:
- description: The bloc test package logo.
Expand Down

0 comments on commit a467afa

Please sign in to comment.