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

Unified Diff: appengine/findit_copy/.tmp/coverage/appengine_findit_waterfall_auth_util.html

Issue 2003423003: Merge branch 'blacklist_paths' into only_analyze_top_n_frames Base URL: https://chromium.googlesource.com/infra/infra.git@blacklist_paths
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: appengine/findit_copy/.tmp/coverage/appengine_findit_waterfall_auth_util.html
diff --git a/appengine/findit_copy/.tmp/coverage/appengine_findit_waterfall_auth_util.html b/appengine/findit_copy/.tmp/coverage/appengine_findit_waterfall_auth_util.html
new file mode 100644
index 0000000000000000000000000000000000000000..cbf359123fdfb39672e6dbe60d45823d9146cb5c
--- /dev/null
+++ b/appengine/findit_copy/.tmp/coverage/appengine_findit_waterfall_auth_util.html
@@ -0,0 +1,106 @@
+<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
+
+
+ <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' />
+ <title>Coverage for appengine/findit/waterfall/auth_util: 100%</title>
+ <link rel='stylesheet' href='style.css' type='text/css'>
+
+ <script type='text/javascript' src='jquery.min.js'></script>
+ <script type='text/javascript' src='jquery.hotkeys.js'></script>
+ <script type='text/javascript' src='jquery.isonscreen.js'></script>
+ <script type='text/javascript' src='coverage_html.js'></script>
+ <script type='text/javascript' charset='utf-8'>
+ jQuery(document).ready(coverage.pyfile_ready);
+ </script>
+</head>
+<body id='pyfile'>
+
+<div id='header'>
+ <div class='content'>
+ <h1>Coverage for <b>appengine/findit/waterfall/auth_util</b> :
+ <span class='pc_cov'>100%</span>
+ </h1>
+ <img id='keyboard_icon' src='keybd_closed.png'>
+ <h2 class='stats'>
+ 1 statements &nbsp;
+ <span class='run hide_run shortkey_r button_toggle_run'>1 run</span>
+ <span class='mis shortkey_m button_toggle_mis'>0 missing</span>
+ <span class='exc shortkey_x button_toggle_exc'>4 excluded</span>
+
+ <span class='par run hide_run shortkey_p button_toggle_par'>0 partial</span>
+
+ </h2>
+ </div>
+</div>
+
+<div class='help_panel'>
+ <img id='panel_icon' src='keybd_open.png'>
+<p class='legend'>Hot-keys on this page</p>
+ <div>
+<p class='keyhelp'>
+ <span class='key'>r</span>
+ <span class='key'>m</span>
+ <span class='key'>x</span>
+ <span class='key'>p</span> &nbsp; toggle line displays
+ </p>
+<p class='keyhelp'>
+ <span class='key'>j</span>
+ <span class='key'>k</span> &nbsp; next/prev highlighted chunk
+ </p>
+<p class='keyhelp'>
+ <span class='key'>0</span> &nbsp; (zero) top of page
+ </p>
+<p class='keyhelp'>
+ <span class='key'>1</span> &nbsp; (one) first highlighted chunk
+ </p>
+ </div>
+</div>
+
+<div id='source'>
+ <table cellspacing='0' cellpadding='0'>
+ <tr>
+ <td class='linenos' valign='top'>
+<p id='n1' class='pln'><a href='#n1'>1</a></p>
+<p id='n2' class='pln'><a href='#n2'>2</a></p>
+<p id='n3' class='pln'><a href='#n3'>3</a></p>
+<p id='n4' class='pln'><a href='#n4'>4</a></p>
+<p id='n5' class='stm run hide_run'><a href='#n5'>5</a></p>
+<p id='n6' class='pln'><a href='#n6'>6</a></p>
+<p id='n7' class='exc'><a href='#n7'>7</a></p>
+<p id='n8' class='exc'><a href='#n8'>8</a></p>
+<p id='n9' class='exc'><a href='#n9'>9</a></p>
+<p id='n10' class='pln'><a href='#n10'>10</a></p>
+<p id='n11' class='exc'><a href='#n11'>11</a></p>
+
+ </td>
+ <td class='text' valign='top'>
+<p id='t1' class='pln'><span class='com'># Copyright 2015 The Chromium Authors. All rights reserved.</span><span class='strut'>&nbsp;</span></p>
+<p id='t2' class='pln'><span class='com'># Use of this source code is governed by a BSD-style license that can be</span><span class='strut'>&nbsp;</span></p>
+<p id='t3' class='pln'><span class='com'># found in the LICENSE file.</span><span class='strut'>&nbsp;</span></p>
+<p id='t4' class='pln'><span class='strut'>&nbsp;</span></p>
+<p id='t5' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>google</span><span class='op'>.</span><span class='nam'>appengine</span><span class='op'>.</span><span class='nam'>api</span><span class='op'>.</span><span class='nam'>app_identity</span> <span class='key'>import</span> <span class='nam'>app_identity</span><span class='strut'>&nbsp;</span></p>
+<p id='t6' class='pln'><span class='strut'>&nbsp;</span></p>
+<p id='t7' class='exc'><span class='key'>def</span> <span class='nam'>GetAuthToken</span><span class='op'>(</span><span class='op'>)</span><span class='op'>:</span>&nbsp; <span class='com'># pragma: no cover</span><span class='strut'>&nbsp;</span></p>
+<p id='t8' class='exc'>&nbsp; <span class='str'>&quot;&quot;&quot;Gets auth token for requests to swarming server and isolated server.&quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p>
+<p id='t9' class='exc'>&nbsp; <span class='nam'>auth_token</span><span class='op'>,</span> <span class='nam'>_</span> <span class='op'>=</span> <span class='nam'>app_identity</span><span class='op'>.</span><span class='nam'>get_access_token</span><span class='op'>(</span><span class='strut'>&nbsp;</span></p>
+<p id='t10' class='pln'>&nbsp; &nbsp; &nbsp; <span class='str'>&#39;https://www.googleapis.com/auth/userinfo.email&#39;</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p>
+<p id='t11' class='exc'>&nbsp; <span class='key'>return</span> <span class='nam'>auth_token</span><span class='strut'>&nbsp;</span></p>
+
+ </td>
+ </tr>
+ </table>
+</div>
+
+<div id='footer'>
+ <div class='content'>
+ <p>
+ <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
+ </p>
+ </div>
+</div>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698