-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Additional cleanups #4
Conversation
LCOV of commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments for improvements, otherwise great docs 😄
LCOV of commit
|
- name: Analyze project source | ||
uses: invertase/github-action-dart-analyzer@v1 | ||
|
||
- name: Run tests | ||
run: flutter test --no-pub --coverage --test-randomize-ordering-seed random | ||
run: flutter test --no-pub --coverage --test-randomize-ordering-seed=random | ||
|
||
- name: Check Code Coverage | ||
uses: VeryGoodOpenSource/very_good_coverage@v1.2.0 | ||
- name: Report code coverage | ||
uses: zgosalvez/github-actions-report-lcov@v1.4.0 | ||
with: | ||
path: coverage/lcov.info | ||
coverage-files: coverage/lcov.info | ||
minimum-coverage: 100 | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
artifact-name: code-coverage-report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this diff is already on main?
@@ -0,0 +1,78 @@ | |||
name: Bug Report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commenting here because i'm not sure where else to, i see we have some .yaml files and some .yml files. can we consolidate on one extension?
i'm fine with .yaml since that seems to be dart's preference. i'm used to .yml but it's really not a big deal haha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this LGTM
the main.yaml duplication is not important and will just disappear when we merge, or if you rebase/merge main into this branch.
we can figure out the yaml vs yml thing separately!
Description
Additional cleanups that @btrautmann called out