lowlydba / lowlydba.sqlserver

:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
https://galaxy.ansible.com/ui/repo/published/lowlydba/sqlserver
GNU General Public License v3.0
21 stars 12 forks source link

Add agent job step module #35

Closed lowlydba closed 2 years ago

lowlydba commented 2 years ago

Description

Add a module for agent job steps.

How Has This Been Tested?

Integration tests!

Types of changes

Checklist:

lowlydba commented 2 years ago

Github actions are 😴 - will need to get this to run later..

codecov-commenter commented 2 years ago

Codecov Report

Merging #35 (bca0fb0) into main (dae06dc) will decrease coverage by 9.01%. The diff coverage is 96.15%.

@@             Coverage Diff             @@
##              main      #35      +/-   ##
===========================================
- Coverage   100.00%   90.98%   -9.02%     
===========================================
  Files           12       25      +13     
  Lines           35      754     +719     
===========================================
+ Hits            35      686     +651     
- Misses           0       68      +68     
Impacted Files Coverage Δ
plugins/modules/agent_job.py 100.00% <ø> (ø)
plugins/modules/agent_job_schedule.py 100.00% <ø> (ø)
plugins/modules/agent_job.ps1 82.95% <75.00%> (ø)
plugins/modules/agent_job_step.ps1 97.82% <97.82%> (ø)
plugins/modules/agent_job_step.py 100.00% <100.00%> (ø)
plugins/modules/resource_governor.ps1 84.21% <100.00%> (ø)
plugins/modules/memory.ps1 96.96% <0.00%> (ø)
plugins/module_utils/_SqlServerUtils.psm1 92.68% <0.00%> (ø)
plugins/modules/maintenance_solution.ps1 91.30% <0.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dae06dc...bca0fb0. Read the comment docs.