Closed cryolune closed 3 years ago
Awesome, thanks for submitting this PR!
Looks good, just need to check why the test and linter checks are failing (do you know @im-prakher ?)
@theakhiljha Implement this locally then make a commit,
$git checkout -b temp
$ git checkout master
$ git merge temp
$ git branch -d temp
This should work for linter test
Merging #85 (f023da5) into master (16da1c2) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #85 +/- ##
======================================
Coverage 6.53% 6.53%
======================================
Files 20 20
Lines 597 597
Branches 68 68
======================================
Hits 39 39
Misses 506 506
Partials 52 52
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 16da1c2...f023da5. Read the comment docs.
@im-prakher I tried to implement this locally and followed the commands you gave to fix the linter test issue but it didn't work.
issue #84