Commit fed3074
feat(test): add very_good.yaml for config (#1636)
* feat: support CLI parameter configuration via very_good.yaml
Closes #360
Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
* fix: address review feedback on PR #1636
Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
* chore: use checked_yaml and json_serializable
* chore: simplify
* refactor: add config resolver
* refactor: rename from snake_case
* Delete e2e/test/commands/test/very_good_config/fixture/lib/uncovered.dart
* Delete e2e/test/commands/test/very_good_config/fixture/test/covered_test.dart
* fix: ci
* docs: update to use snake_case
* chore: code review
* fix: extend ensure_build timeout and format docs
- Add @timeout to ensure_build_test to avoid 30s AOT compilation timeout in CI
- Format site/docs/commands/test.md with prettier
- Add act scripts for local CI verification
* chore: remove act scripts
* fix: address review feedback on PR #1636
Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
* fix: address review feedback on PR #1636
Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
---------
Co-authored-by: unicoderbot[bot] <269805761+unicoderbot[bot]@users.noreply.github.com>
Co-authored-by: marcossevilla <marcossevilla@users.noreply.github.com>
Co-authored-by: Marcos Sevilla <me@marcossevilla.dev>
Co-authored-by: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com>1 parent 0fc1106 commit fed3074
20 files changed
Lines changed: 1237 additions & 34 deletions
File tree
- .github/workflows
- e2e/test/commands/test/very_good_config
- fixture
- lib
- test
- malformed_fixture
- lib/src
- commands/test
- very_good_config
- site/docs/commands
- test
- src
- commands/test
- very_good_config
- fixtures
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | | - | |
35 | | - | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments