Newly tracked file
src/cli/sandbox.cpp
changed.
Showing 1 of 1 files from the diff.
@@ -109,10 +109,8 @@
Loading
109 | 109 | ||
110 | 110 | return true; |
|
111 | 111 | #elif defined(BOTAN_TARGET_OS_HAS_SANDBOX_PROC) |
|
112 | - | char *errbuf = nullptr; |
|
113 | - | if (::sandbox_init(kSBXProfileNoWriteExceptTemporary, SANDBOX_NAMED, &errbuf) < 0) |
|
112 | + | if (::sandbox_init(kSBXProfileNoWriteExceptTemporary, SANDBOX_NAMED, nullptr) < 0) |
|
114 | 113 | { |
|
115 | - | ::sandbox_free_error(errbuf); |
|
116 | 114 | return false; |
|
117 | 115 | } |
|
118 | 116 |
Files | Coverage |
---|---|
src | 92.41% |
Project Totals (567 files) | 92.41% |
590596861
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.