SuperCowPowers / zat

Zeek Analysis Tools (ZAT): Processing and analysis of Zeek network data with Pandas, scikit-learn, Kafka and Spark
MIT License
423 stars 107 forks source link

adding codecov to github actions #127

Closed brifordwylie closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #127 (fdaab48) into master (2e8e4bd) will decrease coverage by 0.09%. The diff coverage is 92.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
- Coverage   90.82%   90.72%   -0.10%     
==========================================
  Files          24       24              
  Lines        1210     1251      +41     
==========================================
+ Hits         1099     1135      +36     
- Misses        111      116       +5     
Flag Coverage Δ
unittests 90.72% <92.10%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
zat/data_generator.py 97.05% <ø> (-0.09%) :arrow_down:
zat/dataframe_cache.py 91.11% <ø> (-0.20%) :arrow_down:
zat/dataframe_stats.py 98.03% <ø> (-0.04%) :arrow_down:
zat/dataframe_to_matrix.py 98.78% <ø> (+0.03%) :arrow_up:
zat/live_simulator.py 92.30% <ø> (ø)
zat/log_to_dataframe.py 97.01% <ø> (-0.05%) :arrow_down:
zat/log_to_sparkdf.py 96.82% <ø> (-0.05%) :arrow_down:
zat/utils/cache.py 95.83% <ø> (ø)
zat/utils/file_tailer.py 87.50% <ø> (-0.26%) :arrow_down:
zat/utils/file_utils.py 97.14% <ø> (-0.08%) :arrow_down:
... and 20 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 755ff59...fdaab48. Read the comment docs.