jgosmann / dmarc-metrics-exporter

Export Prometheus metrics from DMARC reports.
MIT License
42 stars 6 forks source link

Process duplicate reports only once and prepare next release #12

Closed jgosmann closed 2 years ago

jgosmann commented 2 years ago

Closes #11.

codecov-commenter commented 2 years ago

Codecov Report

Merging #12 (90f9e00) into main (9291559) will increase coverage by 0.59%. The diff coverage is 95.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   95.18%   95.77%   +0.59%     
==========================================
  Files          21       23       +2     
  Lines         831      924      +93     
==========================================
+ Hits          791      885      +94     
+ Misses         40       39       -1     
Impacted Files Coverage Δ
dmarc_metrics_exporter/app.py 84.12% <80.00%> (+7.04%) :arrow_up:
dmarc_metrics_exporter/expiring_set.py 97.61% <97.61%> (ø)
dmarc_metrics_exporter/tests/test_app.py 100.00% <100.00%> (ø)
dmarc_metrics_exporter/tests/test_expiring_set.py 100.00% <100.00%> (ø)
dmarc_metrics_exporter/dmarc_metrics.py 97.56% <0.00%> (+2.43%) :arrow_up:

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 9291559...90f9e00. Read the comment docs.