Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
flutter_boost_1.22.4
Commits
d85f1b34
Commit
d85f1b34
authored
Feb 18, 2020
by
yangwu.jia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis tool
parent
ed037a8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
.travis.yml
.travis.yml
+1
-1
test/lib/boost_test.dart
test/lib/boost_test.dart
+25
-0
No files found.
.travis.yml
View file @
d85f1b34
...
...
@@ -12,7 +12,7 @@ before_script:
-
git clone https://github.com/flutter/flutter.git -b v1.9.1-hotfixes --depth
1
-
./flutter/bin/flutter doctor
script
:
-
./flutter/bin/flutter test --coverage --coverage-path=lcov.info
-
./flutter/bin/flutter test
./test/lib/boost_test.dart
--coverage --coverage-path=lcov.info
after_success
:
-
bash <(curl -s https://codecov.io/bash)
cache
:
...
...
test/lib/boost_
unit_
test.dart
→
test/lib/boost_test.dart
View file @
d85f1b34
import
'package:flutter_test/flutter_test.dart'
;
import
'
package:boost_test/
unit/boost_channel_test.dart'
as
boost_channel
;
import
'
package:boost_test/
unit/boost_container_test.dart'
as
boost_container
;
import
'unit/boost_channel_test.dart'
as
boost_channel
;
import
'unit/boost_container_test.dart'
as
boost_container
;
import
'
package:boost_test/
unit/boost_page_route_test.dart'
as
boost_page_route
;
import
'unit/boost_page_route_test.dart'
as
boost_page_route
;
import
'
package:boost_test/
unit/container_coordinator_test.dart'
import
'unit/container_coordinator_test.dart'
as
container_coordinator
;
import
'
package:boost_test/
unit/container_manager_test.dart'
import
'unit/container_manager_test.dart'
as
container_manager
;
import
'package:boost_test/unit/flutter_boost_test.dart'
as
flutter_boost
;
import
'unit/flutter_boost_test.dart'
as
flutter_boost
;
void
main
(
)
{
TestWidgetsFlutterBinding
.
ensureInitialized
();
group
(
'all_test'
,
()
{
boost_channel
.
main
();
boost_container
.
main
();
//
boost_container.main();
boost_page_route
.
main
();
container_coordinator
.
main
();
container_manager
.
main
();
...
...
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