Closed taichi-ishitani closed 5 years ago
Merging #36 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #36 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 6 +1
Lines 69 82 +13
=====================================
+ Hits 69 82 +13
Impacted Files | Coverage Δ | |
---|---|---|
lib/docile/backtrace_filter.rb | 100% <100%> (ø) |
|
lib/docile/fallback_context_proxy.rb | 100% <100%> (ø) |
:arrow_up: |
lib/docile.rb | 100% <100%> (ø) |
:arrow_up: |
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 a55d91c...56716b6. Read the comment docs.
Thanks so much as always @taichi-ishitani !
This is implementation of #35. To do this, remove entries including path to Docile's source file from
Exception#backtrace
andException#backtrace_locations
.