Newly tracked file
src/librawspeed/common/RawImage.h
changed.
Showing 1 of 1 files from the diff.
@@ -73,7 +73,7 @@
Loading
73 | 73 | double pixelAspectRatio = 1; |
|
74 | 74 | ||
75 | 75 | // White balance coefficients of the image |
|
76 | - | std::array<float, 4> wbCoeffs = {NAN, NAN, NAN, NAN}; |
|
76 | + | std::array<float, 4> wbCoeffs = {{NAN, NAN, NAN, NAN}}; |
|
77 | 77 | ||
78 | 78 | // How many pixels far down the left edge and far up the right edge the image |
|
79 | 79 | // corners are when the image is rotated 45 degrees in Fuji rotated sensors. |
Files | Coverage |
---|---|
fuzz | 1.10% |
src | 58.68% |
test/librawspeed | 62.64% |
Project Totals (214 files) | 57.01% |
1 |
codecov: |
2 |
notify: |
3 |
require_ci_to_pass: true |
4 |
coverage: |
5 |
precision: 2 |
6 |
range: "0...100" |
7 |
round: down |
8 |
status: |
9 |
changes: false |
10 |
patch: false |
11 |
project: false |
12 |
ignore: |
13 |
- test/.* |
14 |
notify: |
15 |
irc: |
16 |
default: |
17 |
server: "chat.freenode.net" |
18 |
channel: "#rawspeed" |
19 |
parsers: |
20 |
gcov: |
21 |
branch_detection: |
22 |
conditional: true |
23 |
loop: true |
24 |
macro: false |
25 |
method: false |
26 |
comment: |
27 |
behavior: default |
28 |
layout: header, diff |
29 |
require_changes: false |
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.