Closed pscott closed 1 year ago
Merging #208 (038aeda) into main (5c51bbe) will not change coverage. The diff coverage is
84.61%
.
@@ Coverage Diff @@
## main #208 +/- ##
=======================================
Coverage 80.82% 80.82%
=======================================
Files 28 28
Lines 459 459
Branches 111 111
=======================================
Hits 371 371
Misses 73 73
Partials 15 15
Impacted Files | Coverage Δ | |
---|---|---|
src/utils/SignatureVerifier.sol | 93.33% <75.00%> (ø) |
|
src/utils/SpaceManager.sol | 77.77% <80.00%> (ø) |
|
src/Space.sol | 96.21% <100.00%> (ø) |
looks good, theres also the salts mapping in SignatureVerifier
looks good, theres also the salts mapping in
SignatureVerifier
Yeah found 1-2 additional occurrences that I fixed. Cheers for reminding me to check the whole codebase :)
Closes #182