d3mondev / puredns

Puredns is a fast domain resolver and subdomain bruteforcing tool that can accurately filter out wildcard subdomains and DNS poisoned entries.
GNU General Public License v3.0
1.61k stars 151 forks source link

Prepare release v2.1.0 #40

Closed d3mondev closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 90.00% and project coverage change: +0.44 :tada:

Comparison is base (2a3c0bf) 93.17% compared to head (693ab69) 93.61%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #40 +/- ## ========================================== + Coverage 93.17% 93.61% +0.44% ========================================== Files 48 54 +6 Lines 1363 2351 +988 ========================================== + Hits 1270 2201 +931 - Misses 64 109 +45 - Partials 29 41 +12 ``` | [Impacted Files](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [pkg/filetest/stdin.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGtnL2ZpbGV0ZXN0L3N0ZGluLmdv) | `0.00% <0.00%> (ø)` | | | [pkg/wildcarder/hashing\_hash.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cGtnL3dpbGRjYXJkZXIvaGFzaGluZ19oYXNoLmdv) | `100.00% <ø> (ø)` | | | [internal/app/cmd/resolve.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW50ZXJuYWwvYXBwL2NtZC9yZXNvbHZlLmdv) | `87.50% <42.85%> (-6.62%)` | :arrow_down: | | [internal/usecase/resolve/resolve.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW50ZXJuYWwvdXNlY2FzZS9yZXNvbHZlL3Jlc29sdmUuZ28=) | `73.40% <79.10%> (+3.15%)` | :arrow_up: | | [internal/app/cmd/bruteforce.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW50ZXJuYWwvYXBwL2NtZC9icnV0ZWZvcmNlLmdv) | `100.00% <100.00%> (+9.67%)` | :arrow_up: | | [internal/app/cmd/root.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW50ZXJuYWwvYXBwL2NtZC9yb290Lmdv) | `89.58% <100.00%> (-2.53%)` | :arrow_down: | | [internal/app/ctx/ctx.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW50ZXJuYWwvYXBwL2N0eC9jdHguZ28=) | `100.00% <100.00%> (ø)` | | | [internal/app/ctx/options.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW50ZXJuYWwvYXBwL2N0eC9vcHRpb25zLmdv) | `100.00% <100.00%> (ø)` | | | [internal/app/stdin.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW50ZXJuYWwvYXBwL3N0ZGluLmdv) | `100.00% <100.00%> (ø)` | | | [internal/usecase/programbanner/programbanner.go](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW50ZXJuYWwvdXNlY2FzZS9wcm9ncmFtYmFubmVyL3Byb2dyYW1iYW5uZXIuZ28=) | `100.00% <100.00%> (ø)` | | | ... and [8 more](https://codecov.io/gh/d3mondev/puredns/pull/40?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | ... and [36 files with indirect coverage changes](https://codecov.io/gh/d3mondev/puredns/pull/40/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.