Closed DanieleSky closed 3 years ago
Merging #272 (7338bc7) into master (67cef37) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #272 +/- ##
=======================================
Coverage 79.12% 79.12%
=======================================
Files 32 32
Lines 1188 1188
Branches 136 136
=======================================
Hits 940 940
Misses 213 213
Partials 35 35
Impacted Files | Coverage Δ | |
---|---|---|
src/Dommel/Delete.cs | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 67cef37...7338bc7. Read the comment docs.
Thanks @DanieleSky! With the previous change I discovered the hard way - once again - that adding an optional parameter is a binary breaking change. However since this change only applies to the Delete-methods, I think the impact is fairly limited and does not warrant a major version bump.
Hi @henkmollema, I've added the cancellation token on Delete async method