domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
993 stars 213 forks source link

removing unused parallel arguments #492

Closed Szasza closed 6 months ago

Szasza commented 6 months ago

Closes #490

Will probably cause a merge conflict with #491

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 59.15%. Comparing base (a915385) to head (b4a1272).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #492 +/- ## ======================================= Coverage 59.15% 59.15% ======================================= Files 11 11 Lines 1530 1530 ======================================= Hits 905 905 Misses 625 625 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

seanthegeek commented 6 months ago

Please resolve the conflicts and I'll merge this. Thanks!

Szasza commented 6 months ago

@seanthegeek thank you, the merge conflict is resolved. I have rebased the commit on the top of the new master for a cleaner history.