Closed neodaoist closed 1 year ago
Merging #199 (b7d28e2) into master (f085ad0) will increase coverage by
7.97%
. The diff coverage is100.00%
.
: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
@@ Coverage Diff @@
## master #199 +/- ##
==========================================
+ Coverage 91.22% 99.20% +7.97%
==========================================
Files 2 1 -1
Lines 376 250 -126
Branches 57 41 -16
==========================================
- Hits 343 248 -95
+ Misses 27 0 -27
+ Partials 6 2 -4
Impacted Files | Coverage Δ | |
---|---|---|
src/ValoremOptionsClearinghouse.sol | 99.20% <100.00%> (ø) |
... and 1 file with indirect coverage changes
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@neodaoist please review the comment I left in the impl file; feel free to resolve it if we've already had that discussion.
other than that, it seems like the description of the PR is slightly off; the seed update is not included in the delta for this PR
They should be.
@neodaoist please review the comment I left in the impl file; feel free to resolve it if we've already had that discussion.
other than that, it seems like the description of the PR is slightly off; the seed update is not included in the delta for this PR
settlementSeed
updating in_assignExercise()
function_assignExercise()
function signature, to pass inoptionId
parameter)feeBps
from immutable to constant, suppressingconst-name-snakecase
solhint warning (https://github.com/valorem-labs-inc/valorem-core/pull/201/files#diff-033680dc4cc50d115cdec7fe97c8be2fcf62aacef3c4b50b7c9979c08ad0027fR102)OptionSettlementEngine
toValoremOptionsClearinghouse
IValoremOptionsClearinghouse
interfaceNote: you can press
a
to toggle check annotations on/off