Closed AlexWayfer closed 5 years ago
Please add new method to the Readme.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
spec/memery_spec.rb | 35 | 39 | 89.74% | ||
<!-- | Total: | 37 | 41 | 90.24% | --> |
Totals | |
---|---|
Change from base Build 54: | -1.7% |
Covered Lines: | 903 |
Relevant Lines: | 919 |
Please add new method to the Readme.
Yes, done.
Please check the coverage, it looks like there is some dead code in specs: https://coveralls.io/builds/25906116
Please check the coverage, it looks like there is some dead code in specs
I think we should filter /spec
from coverage, but OK, I've removed the body of unused method.
Please check the coverage, it looks like there is some dead code in specs
I think we should filter
/spec
from coverage, but OK, I've removed the body of unused method.
It still shows coverage decrease. Why do we need the code that is never called in specs? 🤔
It still shows coverage decrease. Why do we need the code that is never called in specs? thinking
OK, another one, I'm sorry. Removed.
To check (externally) if method memoized or not.