Skip to content

Commit a4cc9b2

Browse files
committed
refactor: merge hydrated_cubit into bloc
1 parent b4d14d0 commit a4cc9b2

File tree

131 files changed

+13
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+13
-200
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
name: build
1+
name: hydrated_bloc
22

33
on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- ".github/workflows/hydrated_bloc.yaml"
9+
- "packages/hydrated_bloc/**"
710

811
pull_request:
912
branches:
1013
- master
14+
paths:
15+
- ".github/workflows/hydrated_bloc.yaml"
16+
- "packages/hydrated_bloc/**"
1117

1218
jobs:
1319
build:
20+
defaults:
21+
run:
22+
working-directory: packages/hydrated_bloc
1423
runs-on: ubuntu-latest
1524
steps:
1625
- uses: actions/checkout@v2
@@ -22,8 +31,8 @@ jobs:
2231
- name: Analyze
2332
run: flutter analyze lib test
2433
- name: Run tests
25-
run: flutter test -j 1 --no-pub --coverage --test-randomize-ordering-seed random
34+
run: flutter test --no-pub --coverage --test-randomize-ordering-seed random
2635
- name: Check Code Coverage
2736
uses: ChicagoFlutter/lcov-cop@v1.0.0
28-
- name: Upload Coverage
29-
run: bash <(curl -s https://codecov.io/bash)
37+
with:
38+
path: packages/hydrated_bloc/coverage/lcov.info

hydrated_bloc/.github/CODEOWNERS

-3
This file was deleted.

hydrated_bloc/.github/FUNDING.yml

-1
This file was deleted.

hydrated_bloc/.github/ISSUE_TEMPLATE/bug_report.md

-30
This file was deleted.

hydrated_bloc/.github/ISSUE_TEMPLATE/feature_request.md

-17
This file was deleted.

hydrated_bloc/CODE_OF_CONDUCT.md

-76
This file was deleted.

hydrated_bloc/CONTRIBUTING.md

-36
This file was deleted.

hydrated_bloc/PULL_REQUEST_TEMPLATE.md

-33
This file was deleted.

hydrated_bloc/doc/assets/vgv_logo.png

-11.9 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)