jgosmann / dmarc-metrics-exporter

Export Prometheus metrics from DMARC reports.
MIT License
45 stars 7 forks source link

Imapclient #18

Closed jgosmann closed 2 years ago

jgosmann commented 2 years ago

Fixes #17.

codecov-commenter commented 2 years ago

Codecov Report

Merging #18 (6f132d4) into main (47194d0) will increase coverage by 0.04%. The diff coverage is 94.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   96.15%   96.19%   +0.04%     
==========================================
  Files          25       27       +2     
  Lines         988     1578     +590     
==========================================
+ Hits          950     1518     +568     
- Misses         38       60      +22     
Impacted Files Coverage Δ
dmarc_metrics_exporter/tests/conftest.py 96.49% <75.00%> (-1.66%) :arrow_down:
dmarc_metrics_exporter/tests/test_imap_client.py 90.00% <90.00%> (ø)
dmarc_metrics_exporter/imap_client.py 96.65% <96.65%> (ø)
dmarc_metrics_exporter/app.py 97.10% <100.00%> (+14.74%) :arrow_up:
dmarc_metrics_exporter/imap_parser.py 100.00% <100.00%> (ø)
dmarc_metrics_exporter/imap_queue.py 100.00% <100.00%> (+2.83%) :arrow_up:
dmarc_metrics_exporter/tests/sample_emails.py 100.00% <100.00%> (ø)
dmarc_metrics_exporter/tests/test_imap_parser.py 100.00% <100.00%> (ø)
dmarc_metrics_exporter/tests/test_imap_queue.py 100.00% <100.00%> (ø)
dmarc_metrics_exporter/prometheus_exporter.py 100.00% <0.00%> (+3.03%) :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 47194d0...6f132d4. Read the comment docs.