-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: changed test cases to align with updated coverage options
- Loading branch information
1 parent
4a1d57f
commit c610504
Showing
5 changed files
with
40 additions
and
165 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
out: "coverage" | ||
connect-timeout: 30 | ||
scope-output: ["lib", "src"] | ||
function-coverage: true | ||
branch-coverage: false | ||
base-directory: "." | ||
in: "coverage.json" | ||
package: "." | ||
package-name: "My Dart Package" | ||
report-on: ["lib", "bin"] | ||
ignore-files: ["test"] | ||
workers: 2 | ||
verbose: true | ||
lcov: true | ||
pretty-print: false | ||
test: "test" |
11 changes: 1 addition & 10 deletions
11
pkgs/coverage/test/test_coverage_options/partial_fields1.yaml
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,14 +1,5 @@ | ||
out: 'custom_coverage.json' | ||
out: 'custom_coverage' | ||
scope-output: | ||
- 'lib' | ||
- 'test' | ||
connect-timeout: 20 | ||
lcov: false | ||
verbose: false | ||
base-directory: 'src' | ||
ignore-files: | ||
- 'example' | ||
report-on: | ||
- 'lib' | ||
pretty-print: true | ||
package-name: 'Custom Dart Package' |
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