No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
7398ff0
... +0 ...
6656be8
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
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% |
6656be8
7398ff0