Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] Fix split text bug #294

Merged
merged 4 commits into from
Apr 20, 2019
Merged

[MRG] Fix split text bug #294

merged 4 commits into from
Apr 20, 2019

Conversation

vinayak-mehta
Copy link
Contributor

Fixes #293.

@vinayak-mehta vinayak-mehta changed the title Fix split text bug [MRG] Fix split text bug Mar 21, 2019
@codecov-io
Copy link

codecov-io commented Mar 21, 2019

Codecov Report

Merging #294 into master will decrease coverage by 0.23%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #294      +/-   ##
=========================================
- Coverage   87.44%   87.2%   -0.24%     
=========================================
  Files          13      13              
  Lines        1497    1501       +4     
  Branches      346     348       +2     
=========================================
  Hits         1309    1309              
- Misses        131     134       +3     
- Partials       57      58       +1
Impacted Files Coverage Δ
camelot/utils.py 79.43% <0%> (-1.02%) ⬇️

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 ecf6feb...355ae81. Read the comment docs.

@vinayak-mehta vinayak-mehta merged commit 934065a into master Apr 20, 2019
@vinayak-mehta vinayak-mehta deleted the fix-split-bug branch April 20, 2019 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split text ignores all text to the right of last cut
2 participants