Skip to content

Create volatile profiles #108

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

Merged
merged 7 commits into from
Nov 21, 2023
Merged

Create volatile profiles #108

merged 7 commits into from
Nov 21, 2023

Conversation

Miauwkeru
Copy link
Contributor

  • Organize the profiles to reduce duplication
  • Add volatile profiles

(DIS-2555)

@Miauwkeru Miauwkeru force-pushed the DIS-2555_create-volatile-profiles branch 2 times, most recently from e86ed5a to 14ed79a Compare November 16, 2023 13:09
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

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

Comparison is base (dd51ce5) 43.93% compared to head (531e30c) 44.45%.

Files Patch % Lines
acquire/acquire.py 60.97% 16 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   43.93%   44.45%   +0.52%     
==========================================
  Files          23       23              
  Lines        2854     2897      +43     
==========================================
+ Hits         1254     1288      +34     
- Misses       1600     1609       +9     
Flag Coverage Δ
unittests 44.45% <70.90%> (+0.52%) ⬆️

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

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

@Miauwkeru Miauwkeru force-pushed the DIS-2555_create-volatile-profiles branch from 2a289c9 to 774a5a3 Compare November 20, 2023 10:08
acquire/utils.py Outdated
@@ -101,6 +112,7 @@ def create_argument_parser(profiles: dict, modules: dict) -> argparse.ArgumentPa
parser.add_argument("-l", "--log", type=Path, help="log directory location")
parser.add_argument("--no-log", action="store_true", help=argparse.SUPPRESS)
parser.add_argument("-p", "--profile", choices=profiles.keys(), help="collection profile")
parser.add_argument("--volatile", choices=volatile.keys(), default="none", help="volatile profile")
Copy link
Contributor

Choose a reason for hiding this comment

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

--volatile-profile might be more clear otherwise a user enters --volatile and gets.... no volatile.

@Miauwkeru Miauwkeru merged commit 1a82af7 into main Nov 21, 2023
@Miauwkeru Miauwkeru deleted the DIS-2555_create-volatile-profiles branch November 21, 2023 14:57
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