Closed tusharnankani closed 3 years ago
Merging #43 (9bd3eb8) into master (27aa4f6) will decrease coverage by
0.14%
. The diff coverage is0.99%
.
@@ Coverage Diff @@
## master #43 +/- ##
=========================================
- Coverage 5.83% 5.69% -0.15%
=========================================
Files 5 5
Lines 120 123 +3
=========================================
Hits 7 7
- Misses 113 116 +3
Flag | Coverage Δ | |
---|---|---|
unittests | 5.69% <0.99%> (-0.15%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
rake_new2/rake_new2.py | 0.00% <0.00%> (ø) |
|
tests/test_rake.py | 87.50% <50.00%> (-12.50%) |
:arrow_down: |
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 27aa4f6...9bd3eb8. Read the comment docs.
@tusharnankani these are valuable changes, however, I made some changes to the code just 3-4 days back, it'd be great if you pull the current code and then make the changes that apply. I'll merge your PR then.
I made some changes to the code just 3-4 days back, it'd be great if you pull the current code and then make the changes that apply.
Done 👍🏻 @BALaka-18
Description of the change
This PR includes:
else
used afterbreak
@staticmethods
, instead of using self. The method doesn't use its bound instance. Decorated the method with@staticmethod
decorator, so that Python does not have to instantiate a bound method for every instance of this class thereby saving memory and computation.Assertion Error
: Whenever the use of assert is detected, the enclosed code will be removed when compiling to optimized byte code.What type of PR is this? (check all applicable)
QA Instructions(if necessary), Screenshots of Output or Recordings
Please replace this line with instructions on how to test your changes
Added tests?
Added to documentation / readme or updated requirements.txt(if needed)?