Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
cdaa1a76
Unverified
Commit
cdaa1a76
authored
Feb 03, 2021
by
Jenn Magder
Committed by
GitHub
Feb 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead tool_coverage code (#75185)
parent
7a066564
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
test.dart
dev/bots/test.dart
+0
-25
No files found.
dev/bots/test.dart
View file @
cdaa1a76
...
...
@@ -104,7 +104,6 @@ Future<void> main(List<String> args) async {
'build_tests'
:
_runBuildTests
,
'framework_coverage'
:
_runFrameworkCoverage
,
'framework_tests'
:
_runFrameworkTests
,
'tool_coverage'
:
_runToolCoverage
,
'tool_tests'
:
_runToolTests
,
'tool_integration_tests'
:
_runIntegrationToolTests
,
'web_tool_tests'
:
_runWebToolTests
,
...
...
@@ -274,30 +273,6 @@ Future<void> _runSmokeTests() async {
exitWithError
(<
String
>[
versionError
]);
}
Future
<
void
>
_runToolCoverage
()
async
{
await
_pubRunTest
(
toolRoot
,
testPaths:
<
String
>[
path
.
join
(
'test'
,
'general.shard'
),
path
.
join
(
'test'
,
'commands.shard'
,
'hermetic'
),
],
coverage:
'coverage'
,
);
await
runCommand
(
pub
,
<
String
>[
'run'
,
'coverage:format_coverage'
,
'--lcov'
,
'--in=coverage'
,
'--out=coverage/lcov.info'
,
'--packages=.packages'
,
'--report-on=lib/'
],
workingDirectory:
toolRoot
,
outputMode:
OutputMode
.
capture
,
);
}
Future
<
void
>
_runGeneralToolTests
()
async
{
await
_pubRunTest
(
path
.
join
(
flutterRoot
,
'packages'
,
'flutter_tools'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment