- Add VariableSpec class with magnitude field validation - Add Formula class supporting multiple input/output variables - Support d4rt_code as string or object with code field - Add comprehensive tests for parsing and serialization - Fix broken test import in pruebas_d4rt_test.dart Follows README.md format requirements exactly
35 lines
788 B
YAML
35 lines
788 B
YAML
name: coverage
|
|
version: 1.15.0
|
|
description: Coverage data manipulation and formatting
|
|
repository: https://github.com/dart-lang/tools/tree/main/pkgs/coverage
|
|
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acoverage
|
|
|
|
environment:
|
|
sdk: ^3.4.0
|
|
|
|
dependencies:
|
|
args: ^2.0.0
|
|
cli_config: ^0.2.0
|
|
glob: ^2.1.2
|
|
logging: ^1.0.0
|
|
meta: ^1.0.2
|
|
package_config: ^2.0.0
|
|
path: ^1.8.0
|
|
source_maps: ^0.10.10
|
|
stack_trace: ^1.10.0
|
|
vm_service: '>=12.0.0 <16.0.0'
|
|
yaml: ^3.1.3
|
|
|
|
dev_dependencies:
|
|
benchmark_harness: ^2.2.0
|
|
build_runner: ^2.3.1
|
|
dart_flutter_team_lints: ^3.0.0
|
|
mockito: ^5.4.4
|
|
test: ^1.24.7
|
|
test_descriptor: ^2.0.0
|
|
test_process: ^2.0.0
|
|
|
|
executables:
|
|
collect_coverage:
|
|
format_coverage:
|
|
test_with_coverage:
|