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
06a3623
... +2 ...
173cfa9
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
33 | 33 | ||
34 | 34 | julia> increment(pow) |
|
35 | 35 | 2×2 IntervalMatrix{Float64, Interval{Float64}, Matrix{Interval{Float64}}}: |
|
36 | - | [8, 8] [-1, 21] |
|
37 | - | [-0, 0] [-1, 1] |
|
36 | + | [8, 8] [-1, 21] |
|
37 | + | [0, 0] [-1, 1] |
|
38 | 38 | ||
39 | 39 | julia> get(pow) |
|
40 | 40 | 2×2 IntervalMatrix{Float64, Interval{Float64}, Matrix{Interval{Float64}}}: |
Files | Coverage |
---|---|
src | 87.98% |
Project Totals (11 files) | 87.98% |
173cfa9
#203
f31dd94
#203
510e427
06a3623