mfesiem / msiempy

McAfee SIEM API Python wrapper
https://mfesiem.github.io/docs/msiempy/msiempy.html
MIT License
23 stars 9 forks source link

Fixed possible duplicate keys when querying events and error handling #66

Closed tristanlatr closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #66 into master will increase coverage by 1.94%. The diff coverage is 95.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   77.42%   79.36%   +1.94%     
==========================================
  Files          16       16              
  Lines        1931     1963      +32     
==========================================
+ Hits         1495     1558      +63     
+ Misses        436      405      -31     
Impacted Files Coverage Δ
msiempy/__version__.py 0.00% <0.00%> (ø)
tests/local/test_getitem.py 100.00% <ø> (ø)
msiempy/event.py 86.83% <94.59%> (+8.91%) :arrow_up:
msiempy/__init__.py 80.92% <100.00%> (+2.07%) :arrow_up:
tests/auth/test_alarm.py 90.19% <100.00%> (ø)
tests/auth/test_event.py 100.00% <100.00%> (ø)
tests/local/test_base.py 94.28% <100.00%> (-0.72%) :arrow_down:
msiempy/alarm.py 82.38% <0.00%> (+0.46%) :arrow_up:
msiempy/device.py 68.30% <0.00%> (+0.55%) :arrow_up:
... and 2 more

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 475fab9...b4cc255. Read the comment docs.