Closed Sudman1 closed 3 years ago
Merging #256 (c40c577) into main (b17d68f) will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## main #256 +/- ##
===================================
Coverage 91% 91%
===================================
Files 38 38
Lines 1546 1550 +4
===================================
+ Hits 1407 1411 +4
Misses 139 139
Impacted Files | Coverage Δ | |
---|---|---|
source/Classes/002.DnsRecordPtr.ps1 | 100% <100%> (ø) |
The tests could have used test cases instead of a foreach (foreach could have built the test case instead). But we can keep it as is and fix it for Pester 5 in the future.
So just that tiny fix and it will be ready to merge. 😄
Pull Request (PR) description
Fixed logic bug in expanding IPv6 addresses used to detect the reverse lookup zone name.
This Pull Request (PR) fixes the following issues
Task list
This change is