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

plugin: improve callback for job.validate #415

Merged
merged 4 commits into from
Feb 7, 2024

validate_cb (): use new helper function

41463a9
Select commit
Loading
Failed to load commit list.
Merged

plugin: improve callback for job.validate #415

validate_cb (): use new helper function
41463a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 7, 2024 in 0s

81.54% (+0.18%) compared to 4b15ea5

View this Pull Request on Codecov

81.54% (+0.18%) compared to 4b15ea5

Details

Codecov Report

Merging #415 (41463a9) into master (4b15ea5) will increase coverage by 0.18%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #415      +/-   ##
==========================================
+ Coverage   81.36%   81.54%   +0.18%     
==========================================
  Files          22       23       +1     
  Lines        1465     1474       +9     
==========================================
+ Hits         1192     1202      +10     
+ Misses        273      272       -1     
Files Coverage Δ
src/plugins/accounting.cpp 100.00% <100.00%> (ø)
src/plugins/accounting.hpp 100.00% <ø> (ø)
src/plugins/mf_priority.cpp 78.38% <100.00%> (-0.39%) ⬇️
src/plugins/test/accounting_test01.cpp 100.00% <100.00%> (ø)