Fix inconsistant indentation #5960
2 untracked files changed.
Other files ignored by Codecov
Rubberduck.SmartIndenter/LogicalCodeLine.cs
has changed.
No tracked files changed.
Files | Coverage |
---|---|
RubberduckCodeAnalysis | 97.58% |
Project Totals (4 files) | 97.58% |
e8jbpxysro57gl9s
1 |
codecov: |
2 |
max_report_age: off |
3 |
|
4 |
ignore: |
5 |
# as requested by MDoerner, because they aren't really testable
|
6 |
- Rubberduck.VBEEditor |
7 |
- Rubberduck.VBEditor.* |
8 |
# it makes no sense to track coverage on unit-tests
|
9 |
- RubberduckTests |
10 |
# xaml files are not checked for coverage
|
11 |
# AutoGenerated files are not contributing to coverage
|
12 |
- **/*.Designer.cs |
13 |
|
14 |
coverage: |
15 |
round: nearest |
16 |
precision: 2 |
17 |
range: 40..80 |
18 |
status: |
19 |
# status information for PRs only
|
20 |
only_pulls: true |
21 |
patch: |
22 |
default: |
23 |
# don't block mindlessly on coverage failures
|
24 |
informational: true |
25 |
# strongly suggest more than 60% of changes be covered
|
26 |
target: 60 |
27 |
threshold: 10 |
28 |
project: |
29 |
default: |
30 |
# don't block mindlessly on coverage failures
|
31 |
informational: true |
32 |
target: 0 # don't force a minimum coverage |
33 |
# allow decrease by up to 5 %
|
34 |
threshold: 5 |
35 |
base: auto |
36 |
|
37 |
comment: |
38 |
layout: "flags, diff, files" |
39 |
behavior: once |
40 |
require_head: no |
41 |
require_base: no |
42 |
|
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.