-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
135 changed files
with
962 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.