mfesiem / msiempy

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

Event fields update and fixes #64

Closed tristanlatr closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #64 into master will increase coverage by 23.07%. The diff coverage is 66.07%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #64       +/-   ##
===========================================
+ Coverage   54.35%   77.42%   +23.07%     
===========================================
  Files          16       16               
  Lines        1908     1931       +23     
===========================================
+ Hits         1037     1495      +458     
+ Misses        871      436      -435
Impacted Files Coverage Δ
msiempy/__version__.py 0% <0%> (ø) :arrow_up:
tests/auth/test_event.py 100% <100%> (+60.81%) :arrow_up:
msiempy/__init__.py 78.84% <100%> (+5.75%) :arrow_up:
msiempy/event.py 77.91% <58.13%> (+12.27%) :arrow_up:
msiempy/alarm.py 81.91% <0%> (-3.2%) :arrow_down:
msiempy/__utils__.py 55.2% <0%> (+10.41%) :arrow_up:
tests/auth/test_alarm.py 90.19% <0%> (+17.64%) :arrow_up:
msiempy/watchlist.py 72.91% <0%> (+24.99%) :arrow_up:
... and 5 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 58c93c6...bec1769. Read the comment docs.