Closed 0xAlcibiades closed 1 year ago
Merging #130 (8d0e3c8) into master (6c118f2) will decrease coverage by
0.16%
. The diff coverage is94.44%
.
@@ Coverage Diff @@
## master #130 +/- ##
==========================================
- Coverage 88.66% 88.49% -0.17%
==========================================
Files 2 2
Lines 344 339 -5
Branches 54 52 -2
==========================================
- Hits 305 300 -5
Misses 30 30
Partials 9 9
Impacted Files | Coverage Δ | |
---|---|---|
src/OptionSettlementEngine.sol | 99.05% <94.44%> (-0.03%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
This fixes an issue found during the Zellic audit by simplifying the
write()
function such that the condition can no longer occur.From the auditors:
Q:
A: