Skip to content
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

Merged
merged 4 commits into from
Feb 16, 2022
Merged

chore: Additional cleanups #4

merged 4 commits into from
Feb 16, 2022

Conversation

jolexxa
Copy link
Collaborator

@jolexxa jolexxa commented Feb 16, 2022

Description

Additional cleanups that @btrautmann called out

@github-actions
Copy link

LCOV of commit dfc1a72 during alchemist #4

Summary coverage rate:
  lines......: 100.0% (344 of 344 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Copy link
Collaborator

@jeroen-meijer jeroen-meijer left a 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 😄

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Show resolved Hide resolved
cspell.json Show resolved Hide resolved
CONTRIBUTING.md Show resolved Hide resolved
Base automatically changed from various-cleanups to main February 16, 2022 16:18
@github-actions
Copy link

LCOV of commit d6b0334 during alchemist #8

Summary coverage rate:
  lines......: 100.0% (414 of 414 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Comment on lines +20 to +32
- 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
Copy link
Member

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
Copy link
Member

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

Copy link
Member

@samandmoore samandmoore left a 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!

@samandmoore samandmoore merged commit 71330be into main Feb 16, 2022
@samandmoore samandmoore deleted the jam/clean-up branch February 16, 2022 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants