mfesiem / msiempy

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

Finish the build_docs.sh script, deprecations and comment fields #99

Open tristanlatr opened 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #99 (9983b6f) into main (e5a4f34) will decrease coverage by 0.16%. The diff coverage is 84.88%.

:exclamation: Current head 9983b6f differs from pull request most recent head 782be49. Consider uploading reports for the commit 782be49 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
- Coverage   79.27%   79.10%   -0.17%     
==========================================
  Files          24       25       +1     
  Lines        2229     2259      +30     
==========================================
+ Hits         1767     1787      +20     
- Misses        462      472      +10     
Impacted Files Coverage Δ
msiempy/__utils__.py 0.00% <ø> (ø)
msiempy/core/__init__.py 100.00% <ø> (ø)
msiempy/core/config.py 69.66% <ø> (ø)
msiempy/core/utils.py 54.63% <ø> (-0.47%) :arrow_down:
msiempy/core/query.py 82.82% <50.00%> (-1.55%) :arrow_down:
msiempy/_deprecation.py 64.28% <64.28%> (ø)
msiempy/core/session.py 81.14% <70.00%> (-0.60%) :arrow_down:
msiempy/device.py 67.44% <75.00%> (+0.06%) :arrow_up:
msiempy/core/types.py 88.57% <94.11%> (-0.26%) :arrow_down:
msiempy/__init__.py 100.00% <100.00%> (ø)
... and 7 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 e5a4f34...782be49. Read the comment docs.