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
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
39 | 39 | ||
40 | 40 | Base.convert(::Type{Union{Missing, T}}, value::DataValues.DataValue{T}) where T = get(value, missing) |
|
41 | 41 | Base.convert(::Type{Union{Missing, T}}, ::DataValues.DataValue{Union{}}) where T = missing |
|
42 | - | Base.convert(::Type{Any}, ::DataValue{Union{}}) = NA |
|
42 | + | @static if VERSION < v"1.1" |
|
43 | + | Base.convert(::Type{Any}, ::DataValue{Union{}}) = NA |
|
44 | + | end |
|
43 | 45 | Base.convert(::Type{Missing}, ::DataValue{Union{}}) = missing |
|
44 | 46 | ||
45 | 47 | Base.promote_rule(::Type{DataValue{S}}, ::Type{T}) where {S,T} = DataValue{promote_type(S, T)} |
Files | Coverage |
---|---|
src | 74.95% |
Project Totals (13 files) | 74.95% |
#52
6c55dfb
#52
a5daccd
1a3da0a
7f32c4d