Skip to content

Commit

Permalink
Merge branch 'main' into fix520
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Oct 1, 2024
2 parents 6637e3a + 3440b74 commit 9730eb7
Show file tree
Hide file tree
Showing 40 changed files with 617 additions and 335 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/coverage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
name: "package:coverage"
about: "Create a bug or file a feature request against package:coverage."
labels: "package:coverage"
---
4 changes: 2 additions & 2 deletions .github/workflows/oauth2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [3.0.0, dev]
sdk: [dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [stable, beta]
sdk: [3.4, dev]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cli_config/lib/src/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Config {

/// Constructs a config by parsing the three sources.
///
/// If provided, [commandLineDefines] must be a list of '<key>=<value>'.
/// If provided, [commandLineDefines] must be a list of `<key>=<value>`.
///
/// If provided, [workingDirectory] is used to resolves paths inside
/// [commandLineDefines].
Expand Down Expand Up @@ -120,7 +120,7 @@ class Config {

/// Constructs a config by parsing the three sources.
///
/// If provided, [commandLineDefines] must be a list of '<key>=<value>'.
/// If provided, [commandLineDefines] must be a list of `<key>=<value>`.
///
/// If provided, [workingDirectory] is used to resolves paths inside
/// [commandLineDefines].
Expand Down
2 changes: 1 addition & 1 deletion pkgs/coverage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev_dependencies:
benchmark_harness: ^2.2.0
build_runner: ^2.3.1
dart_flutter_team_lints: ^3.0.0
mockito: ^5.4.1
mockito: ^5.4.4
test: ^1.24.7
test_descriptor: ^2.0.0
test_process: ^2.0.0
Expand Down
Loading

0 comments on commit 9730eb7

Please sign in to comment.