-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make health testable #224
Merged
Merged
Make health testable #224
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
0c31c59
Add `ignore` flag to health workflows
mosuem 6b487f8
Switch to glob
mosuem ee185bc
Fix multiline
mosuem 7a9ab59
Add default glob
mosuem cbb7266
Delete multiline
mosuem 9f84be4
Fix errors
mosuem 6f1c834
Fix health commenting
mosuem 128af77
Merge branch 'main' into addIgnoredFilesToHealth
mosuem 9919dd0
Propagate ignore
mosuem c7073d5
Switch to specific ignores
mosuem 2bacc71
Add defaults
mosuem 4e15f4d
Add test repos
mosuem 0962184
Start adding health tests
mosuem da5d59b
Add golden files
mosuem 05e0dc9
Fix changelog
mosuem f623f41
Fix coverage
mosuem 93a0d44
Fix breaking
mosuem 989649e
More fixes
mosuem b201f0b
Revert "Add defaults"
mosuem 1bfb902
Remove ignores
mosuem 854a8c8
Remove ignores from yamls
mosuem 554e975
Remove from firehose
mosuem f9f760d
Remove from github
mosuem ab836e8
Remove from repo
mosuem 2ec6d84
Add changelog
mosuem 464d11b
Move goldens
mosuem dfcb177
Fix glob issue
mosuem 285edbd
Add test data to pubignore
mosuem 95f2a62
Switch SDK version
mosuem e9b3465
Move stuff around
mosuem 27e5f2a
Fix imports
mosuem 5ccd5a5
Give test a name
mosuem ae6bac7
Sort license files
mosuem b46ff67
Switch debug messages
mosuem 47ea57e
Add debug string
mosuem 75551e9
Add debug
mosuem 0ef7cb3
Add activate global
mosuem 5916e77
Remove debugging
mosuem b8e0c88
Fix coverage upload
mosuem 29c04b4
Merge branch 'main' into makeHealthTestable
mosuem 6bad589
fix erros
mosuem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
test_data/ |
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
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 |
---|---|---|
@@ -1 +1,5 @@ | ||
include: package:dart_flutter_team_lints/analysis_options.yaml | ||
|
||
analyzer: | ||
exclude: | ||
- test_data/* |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 is a bugfix, before, coverage was always uploaded as
upload_coverage
defaults totrue
.