randombit / botan
Showing 2 of 2 files from the diff.

@@ -11,7 +11,7 @@
Loading
11 11
#include <map>
12 12
#include <utility>
13 13
14 -
#include <stdlib.h>
14 +
#include <cstdlib>
15 15
16 16
namespace {
17 17

@@ -11,6 +11,7 @@
Loading
11 11
#include <botan/internal/os_utils.h>
12 12
#include <botan/internal/ct_utils.h>
13 13
#include <botan/internal/loadstor.h>
14 +
#include <cstdlib>
14 15
15 16
namespace Botan {
16 17
Files Coverage
src 92.32%
Project Totals (568 files) 92.32%
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.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading