Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: pkg/analysis_server/test/integration/coverage.md

Issue 2993353002: Fix the buildbots by adding a line for kythe.getKytheEntries to the coverage.md file (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Checklist to ensure that we have integration test coverage of all analysis 1 Checklist to ensure that we have integration test coverage of all analysis
2 server calls. This file is validated by `coverage_test.dart`. 2 server calls. This file is validated by `coverage_test.dart`.
3 3
4 ## analysis domain 4 ## analysis domain
5 - [x] analysis.getErrors 5 - [x] analysis.getErrors
6 - [x] analysis.getHover 6 - [x] analysis.getHover
7 - [x] analysis.getImportedElements 7 - [x] analysis.getImportedElements
8 - [x] analysis.getLibraryDependencies (failing - see #29310) 8 - [x] analysis.getLibraryDependencies (failing - see #29310)
9 - [x] analysis.getNavigation (failing - see #28799) 9 - [x] analysis.getNavigation (failing - see #28799)
10 - [x] analysis.getReachableSources (failing - see #29311) 10 - [x] analysis.getReachableSources (failing - see #29311)
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 - [x] server.setSubscriptions 71 - [x] server.setSubscriptions
72 - [ ] server.connected 72 - [ ] server.connected
73 - [ ] server.error 73 - [ ] server.error
74 - [x] server.status 74 - [x] server.status
75 75
76 ## analytics domain 76 ## analytics domain
77 - [x] analytics.isEnabled 77 - [x] analytics.isEnabled
78 - [x] analytics.enable 78 - [x] analytics.enable
79 - [x] analytics.sendEvent 79 - [x] analytics.sendEvent
80 - [x] analytics.sendTiming 80 - [x] analytics.sendTiming
81
82 ## kythe domain
83 - [] kythe.getKytheEntries
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698