Skip to content

Commit

Permalink
chore(mason): upgrade pkg:mason_logger (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Apr 20, 2024
1 parent 8c96cee commit 183478d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mason_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Run Tests
run: |
dart pub global activate coverage 1.2.0
dart test -j 1 -x pull-request-only --coverage=coverage && dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
dart test --timeout 2x -j 1 -x pull-request-only --coverage=coverage && dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
- name: Check Code Coverage
uses: VeryGoodOpenSource/very_good_coverage@v3
Expand Down
6 changes: 3 additions & 3 deletions packages/mason/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ documentation: https://github.com/felangel/mason/tree/master/packages/mason_cli#
topics: [mason, template, generator]

environment:
sdk: ">=2.19.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
archive: ^3.1.11
checked_yaml: ^2.0.1
collection: ^1.15.0
convert: ^3.1.0
crypto: ^3.0.1
http: '>=0.13.3 <2.0.0'
http: ^1.0.0
json_annotation: ^4.8.1
mason_logger: ^0.2.11
mason_logger: ^0.2.15
meta: ^1.7.0
mustache_template: ^2.0.0
path: ^1.8.0
Expand Down

0 comments on commit 183478d

Please sign in to comment.