Newly tracked file
src/BenchmarkCI.jl
changed.
Other files ignored by Codecov
Project.toml
has changed.
103 | 103 | pkgdir = pwd(), |
|
104 | 104 | script = joinpath(pkgdir, "benchmark", "benchmarks.jl"), |
|
105 | 105 | project = dirname(script), |
|
106 | - | progressoptions = is_in_ci() ? (dt = 60 * 9.0,) : NamedTuple(), |
|
107 | 106 | ) |
|
108 | 107 | target = BenchmarkConfig(target) |
|
109 | 108 | if !(baseline isa BenchmarkConfig) |
125 | 124 | workspace = workspace, |
|
126 | 125 | pkgdir = pkgdir, |
|
127 | 126 | benchmarkpkg_kwargs = ( |
|
128 | - | progressoptions = progressoptions, |
|
129 | 127 | script = script_wrapper, |
|
130 | 128 | ), |
|
131 | 129 | ) |
Files | Coverage |
---|---|
src | 83.55% |
Project Totals (2 files) | 83.55% |