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

Introduce replace_leading_whitespace() for #170 #171

Merged
merged 4 commits into from
Dec 20, 2023
Merged

Conversation

mstackhouse
Copy link
Contributor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@mstackhouse mstackhouse changed the base branch from main to devel December 19, 2023 20:57
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (5e5d244) 92.52% compared to head (4a94429) 92.24%.
Report is 16 commits behind head on devel.

❗ Current head 4a94429 differs from pull request most recent head 8314175. Consider uploading reports for the commit 8314175 to get more accurate results

Files Patch % Lines
R/replace_leading_whitespace.R 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel     #171      +/-   ##
==========================================
- Coverage   92.52%   92.24%   -0.29%     
==========================================
  Files          43       45       +2     
  Lines        2784     2799      +15     
==========================================
+ Hits         2576     2582       +6     
- Misses        208      217       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@asbates asbates linked an issue Dec 20, 2023 that may be closed by this pull request
Copy link
Collaborator

@asbates asbates left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will definitely be helpful. Great idea!

@asbates asbates merged commit e22b671 into devel Dec 20, 2023
4 checks passed
@asbates asbates deleted the gh_issue_170 branch December 20, 2023 01:55
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.

Function to convert leading whitespace characters to  
2 participants