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

Hidden status file directory #22

Merged
merged 5 commits into from
Sep 12, 2023
Merged

Hidden status file directory #22

merged 5 commits into from
Sep 12, 2023

Conversation

ppinchuk
Copy link
Collaborator

Job status files are now stored in a hidden .gaps directory.
Also added a reset-status command to delete the hidden directory when a project needs to be reset

@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2023

Codecov Report

Patch coverage: 98.07% and project coverage change: +0.09% 🎉

Comparison is base (4c95bc5) 98.11% compared to head (ad94592) 98.21%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   98.11%   98.21%   +0.09%     
==========================================
  Files          26       27       +1     
  Lines        2705     2740      +35     
  Branches      452      455       +3     
==========================================
+ Hits         2654     2691      +37     
+ Misses         35       33       -2     
  Partials       16       16              
Flag Coverage Δ
unittests 98.21% <98.07%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
gaps/cli/batch.py 100.00% <ø> (ø)
gaps/cli/pipeline.py 98.27% <ø> (ø)
gaps/cli/status.py 89.88% <ø> (+1.78%) ⬆️
gaps/cli/templates.py 100.00% <ø> (ø)
gaps/cli/reset.py 96.15% <96.15%> (ø)
gaps/cli/cli.py 100.00% <100.00%> (ø)
gaps/status.py 100.00% <100.00%> (ø)
gaps/version.py 100.00% <100.00%> (ø)

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

@ppinchuk ppinchuk added the feature New feature or request label Sep 12, 2023
@ppinchuk ppinchuk linked an issue Sep 12, 2023 that may be closed by this pull request
@ppinchuk ppinchuk merged commit 2a9247d into main Sep 12, 2023
@ppinchuk ppinchuk deleted the pp/hidden_status_file_dir branch September 12, 2023 04:16
github-actions bot pushed a commit that referenced this pull request Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move status files to hidden directory
2 participants