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

Expand DocWrite with optional delete_obsolete_files #188

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

jedie
Copy link
Collaborator

@jedie jedie commented Jan 16, 2024

If DocWrite strings will be remove in code base, so that a *.md file is completely obsolete, then this file will no be updated and not be removed, because it's just not "seen" and touched.

Add a delete_obsolete_files to config to remove all "unseen" *.md files from base path to cleanup.

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (05c1b08) 94.06% compared to head (ed798ff) 94.10%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
+ Coverage   94.06%   94.10%   +0.04%     
==========================================
  Files          50       50              
  Lines        1448     1458      +10     
  Branches      239      241       +2     
==========================================
+ Hits         1362     1372      +10     
  Misses         86       86              

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

If DocWrite strings will be remove in code base, so that a *.md file is completely obsolete, then
this file will no be updated and not be removed, because it's just not "seen" and touched.

Add a `delete_obsolete_files` to config to remove all "unseen" *.md files from base path to cleanup.
@phihag phihag merged commit ebdbd2f into master Jan 16, 2024
5 checks passed
@phihag phihag deleted the docwrite branch January 16, 2024 16:17
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.

2 participants