tkf / BenchmarkCI.jl
Showing 1 of 1 files from the diff.

@@ -163,6 +163,7 @@
Loading
163 163
            benchmarkpkg_kwargs...,
164 164
        )
165 165
        @debug("`git status`", output = Text(read(`git status`, String)))
166 +
        @debug("`git diff`", output = Text(read(`git diff`, String)))
166 167
        time_baseline = @elapsed group_baseline = PkgBenchmark.benchmarkpkg(
167 168
            pkgdir,
168 169
            baseline;
Files Coverage
src 83.23%
Project Totals (2 files) 83.23%
Untitled

No yaml found.

Create your codecov.yml to customize your Codecov experience

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