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

Remove dependency on pathlib from makepkg.py #2717

Merged
merged 1 commit into from Dec 16, 2022

Conversation

narrieta
Copy link
Member

My previous PR added a dependency on pathlib to allow the script to be used from any path, but this module is not available on the current automation, so undoing that change.

@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Merging #2717 (bbf837e) into develop (3aebcdd) will decrease coverage by 0.01%.
The diff coverage is 80.84%.

@@             Coverage Diff             @@
##           develop    #2717      +/-   ##
===========================================
- Coverage    71.97%   71.96%   -0.02%     
===========================================
  Files          103      104       +1     
  Lines        15692    15765      +73     
  Branches      2486     2244     -242     
===========================================
+ Hits         11295    11345      +50     
- Misses        3881     3909      +28     
+ Partials       516      511       -5     
Impacted Files Coverage Δ
azurelinuxagent/ga/collect_logs.py 81.15% <0.00%> (-0.36%) ⬇️
azurelinuxagent/common/osutil/factory.py 91.11% <33.33%> (-2.00%) ⬇️
azurelinuxagent/common/cgroupconfigurator.py 72.24% <40.00%> (-1.34%) ⬇️
azurelinuxagent/common/osutil/fedora.py 46.51% <46.51%> (ø)
azurelinuxagent/common/protocol/hostplugin.py 87.76% <75.00%> (+0.09%) ⬆️
azurelinuxagent/ga/exthandlers.py 86.06% <87.50%> (+0.37%) ⬆️
azurelinuxagent/common/protocol/goal_state.py 94.76% <91.66%> (-0.56%) ⬇️
azurelinuxagent/common/protocol/wire.py 78.24% <94.44%> (-0.30%) ⬇️
azurelinuxagent/ga/update.py 90.70% <96.66%> (+1.36%) ⬆️
azurelinuxagent/common/cgroupapi.py 81.00% <100.00%> (-2.80%) ⬇️
... and 15 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@narrieta narrieta merged commit d56a3c7 into Azure:develop Dec 16, 2022
@narrieta narrieta deleted the pathlib branch January 1, 2023 00:14
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.

None yet

2 participants