Error was: In file included from src/lib/entropy/getentropy/getentropy.cpp /usr/include/sys/random.h32: error: unknown type name 'uint' void readrandom(void* buffer, uint numBytes); ^ /usr/include/sys/random.h33: error: unknown type name 'uint' void readfrandom(void* buffer, uint numBytes); ^ /usr/include/sys/random.h33: error: unknown type name 'uint' int writerandom(void* buffer, u_int numBytes); ^
1 untracked files changed.
Other files ignored by Codecov
src/lib/entropy/getentropy/getentropy.cpp
has changed.
No tracked files changed.
Files | Coverage |
---|---|
src | 92.30% |
Project Totals (568 files) | 92.30% |
1471064148
1 |
---
|
2 |
|
3 |
# Documentation
|
4 |
# https://github.com/codecov/support/wiki/Codecov-Yaml#full-yaml
|
5 |
#
|
6 |
# Validate this file
|
7 |
# curl --data-binary @codecov.yml https://codecov.io/validate
|
8 |
|
9 |
coverage: |
10 |
status: |
11 |
project: |
12 |
default: |
13 |
# Random seeds in tests lead to a +/-0.05% coverage span even for PRs
|
14 |
# that do not change source code
|
15 |
threshold: 0.05 |
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.