Added some logging and fix spelling.
Showing 1 of 2 files from the diff.
Newly tracked file
src/PerfView/CommandProcessor.cs
changed.
Other files ignored by Codecov
src/TraceEvent/TraceEvent.csproj
has changed.
@@ -2631,6 +2631,8 @@
Loading
2631 | 2631 | { |
|
2632 | 2632 | return; |
|
2633 | 2633 | } |
|
2634 | + | LogFile.WriteLine("Need Elevation, but this process is not Elevated, Relaunching process as Elevated"); |
|
2635 | + | ||
2634 | 2636 | #if PERFVIEW_COLLECT |
|
2635 | 2637 | throw new ApplicationException("PerfViewCollect needs to run with elevated privileges."); |
|
2636 | 2638 | #else |
Files | Coverage |
---|---|
src | 17.38% |
Project Totals (222 files) | 17.38% |
1 |
# https://docs.codecov.io/docs/codecov-yaml
|
2 |
# https://github.com/codecov/support/wiki/Codecov-Yaml
|
3 |
|
4 |
coverage: |
5 |
status: |
6 |
project: |
7 |
default: false |
8 |
patch: |
9 |
default: false |
10 |
|
11 |
comment: |
12 |
layout: "diff, flags, files, footer" |
13 |
|
14 |
flags: |
15 |
production: |
16 |
paths: |
17 |
- src/CSVReader/ |
18 |
- src/EtwClrProfiler/ |
19 |
- src/EtwHeapDump/ |
20 |
- src/FastSerialization/ |
21 |
- src/HeapDump/ |
22 |
- src/HeapDumpCommon/ |
23 |
- src/HeapDumpInterface/ |
24 |
- src/HtmlJs/ |
25 |
- src/MemoryGraph/ |
26 |
- src/PerfView/ |
27 |
- src/PerfView64/ |
28 |
- src/PerfViewExtensions/ |
29 |
- src/related/TraceEventAPIServer/ |
30 |
- src/TraceEvent/ |
31 |
- src/Utilities/ |
32 |
- src/VS/ |
33 |
test: |
34 |
paths: |
35 |
- src/LinuxEvent.Tests/ |
36 |
- src/PerfView.Tests/ |
37 |
- src/PerfView.TestUtilities/ |
38 |
- src/TraceEvent/Ctf/CtfTracing.Tests/ |
39 |
- src/TraceEvent/TraceEvent.Tests/ |
40 |
# Filter results to only show debug reports until the accuracy problems with
|
41 |
# the report merge process are fixed.
|
42 |
Release: |
43 |
paths: |
44 |
- nonexistent/ |
45 |
# Filter out 2015 reports for performance
|
46 |
'2015': |
47 |
paths: |
48 |
- nonexistent/ |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.