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
428023ce
Commit
428023ce
authored
Feb 08, 2017
by
Adam Barth
Committed by
GitHub
Feb 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify that Atom is needed only for visualizing lcov data (#7973)
Fixes #7119
parent
ea21d0c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CONTRIBUTING.md
CONTRIBUTING.md
+2
-1
No files found.
CONTRIBUTING.md
View file @
428023ce
...
...
@@ -10,7 +10,7 @@ Things you will need
*
Linux or Mac OS X. (Windows is not yet supported.)
*
git (used for source version control).
*
An IDE. We recommend
[
Atom
](
http://dart-atom.github.io/dartlang/
)
.
*
An IDE. We recommend
[
IntelliJ
](
https://github.com/flutter/flutter-intellij/blob/master/README.md
)
.
*
An ssh client (used to authenticate with GitHub).
*
Python (used by some of our tools).
*
The Android platform tools (see
[
Issue #55
](
https://github.com/flutter/flutter/issues/55
)
...
...
@@ -190,6 +190,7 @@ Coveralls to [track our test coverage](https://coveralls.io/github/flutter/flutt
You can download our current coverage data from cloud storage and visualize it
in Atom as follows:
*
Install
[
Atom
](
https://atom.io/
)
.
*
Install the
[
lcov-info
](
https://atom.io/packages/lcov-info
)
package for Atom.
*
Open the
`packages/flutter`
folder in Atom.
*
Open a Dart file in the
`lib`
directory an type
`Ctrl+Alt+C`
to bring up the
...
...
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