Skip to content

Commit

Permalink
Release #13/01/2022
Browse files Browse the repository at this point in the history
PR #87
  • Loading branch information
arafaysaleem authored Jan 12, 2022
2 parents 396a788 + 348b7c0 commit 8a92bec
Show file tree
Hide file tree
Showing 135 changed files with 962 additions and 936 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-generate-goldens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Run Build Runner For Codegen Files
run: flutter packages pub run build_runner build --delete-conflicting-outputs
- name: Run tests
run: flutter test --update-goldens test/golden_tests
run: flutter test --update-goldens --tags=golden test/golden_tests
- name: Commit Updated Goldens
run: |
git config --global user.name 'arafaysaleem'
git config --global user.email '[email protected]'
git add -A
git commit -m "test(Goldens): update generated goldens for new changes"
git diff-index --quiet HEAD || git commit -m "test(Goldens): update generated goldens for new changes"
- name: GitHub Push To Repository
uses: ad-m/[email protected]
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/PR-open-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: generate-goldens
ref: ${{ github.event.pull_request.head.sha || github.sha }}
intervalSeconds: 20
timeoutSeconds: 1200
- uses: actions/checkout@v2
- name: Setup Java JDK
uses: actions/[email protected]
Expand All @@ -37,7 +39,7 @@ jobs:
uses: VeryGoodOpenSource/[email protected]
with:
path: "./coverage/lcov.info"
min_coverage: 4.5
min_coverage: 13
exclude: "**/*.freezed.dart **/*.g.dart **/*.gr.dart **/*.mocks.dart **/constants.dart **/custom_theme.dart **/assets_helper.dart **/routes.dart"
- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ app.*.map.json

# don't check in goldens since we are using Windows and CI uses Ubuntu
**/goldens_local/*.png

# ignore fvm
.fvm/
Binary file removed Prototype/Resources/Joker.jpg
Binary file not shown.
Binary file removed Prototype/Resources/JokerCover.jpg
Binary file not shown.
Binary file removed Prototype/Resources/app_icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions Prototype/Resources/app_icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Prototype/Resources/face_id.svg

This file was deleted.

Binary file removed Prototype/Resources/joker_show.png
Binary file not shown.
Binary file removed Prototype/Resources/jpheonix.jpg
Binary file not shown.
Binary file removed Prototype/Resources/rdnero.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions Prototype/Resources/taken_seat.svg

This file was deleted.

Binary file removed Prototype/Resources/zbeetz.jpg
Binary file not shown.
Binary file removed Prototype/Screens/1.1-Home Screen.png
Binary file not shown.
Binary file removed Prototype/Screens/10.1-Payment Screen-State 1.png
Binary file not shown.
Binary file removed Prototype/Screens/10.2-Payment Screen-State 2.png
Binary file not shown.
Binary file removed Prototype/Screens/2.1-Register Screen-State 1.png
Binary file not shown.
Binary file removed Prototype/Screens/2.2-Register Screen-State 2.png
Binary file not shown.
Binary file removed Prototype/Screens/3.1-Login Screen.png
Binary file not shown.
Binary file removed Prototype/Screens/4.1-Now Showing Joker.png
Binary file not shown.
Binary file removed Prototype/Screens/5.1-Now Showing Good Boys.png
Binary file not shown.
Binary file removed Prototype/Screens/6.1-Now Showing Hustle.png
Binary file not shown.
Binary file removed Prototype/Screens/7.1-Movie Details.png
Binary file not shown.
Binary file removed Prototype/Screens/8.1-Show Details.png
Binary file not shown.
Binary file removed Prototype/Screens/9.1-Ticket Details.png
Binary file not shown.
83 changes: 0 additions & 83 deletions Prototype/Theater class code.txt

This file was deleted.

Loading

0 comments on commit 8a92bec

Please sign in to comment.