Closed vwiessner closed 4 years ago
Merging #82 into master will decrease coverage by
3.47%
. The diff coverage is21.33%
.
@@ Coverage Diff @@
## master #82 +/- ##
==========================================
- Coverage 77.92% 74.45% -3.48%
==========================================
Files 18 18
Lines 1155 1229 +74
==========================================
+ Hits 900 915 +15
- Misses 255 314 +59
Impacted Files | Coverage Δ | |
---|---|---|
zmon_cli/cmds/dashboard.py | 30.86% <15%> (-16.76%) |
:arrow_down: |
zmon_cli/client.py | 96.93% <42.85%> (-0.99%) |
:arrow_down: |
zmon_cli/cmds/alert.py | 62.26% <46.15%> (-2.26%) |
:arrow_down: |
zmon_cli/output.py | 78.43% <6.66%> (-7.81%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 26522c1...6a027c3. Read the comment docs.
added functionality for
zmon dashboard show (show current alerts of the dashboard, feature request #11)
zmon alert status (accesse API endpoint '/status/alert/{alert ids}/' to see if an alert is currently triggered)