NCronJob icon indicating copy to clipboard operation
NCronJob copied to clipboard

Teach JobOptionBuilder to only accept a parameter

Open nulltoken opened this issue 10 months ago • 2 comments

Pull request description

Follow up to #215 and a minor step toward #217

PR meta checklist

  • [x] Pull request is targeted at main branch for code
  • [x] Pull request is linked to all related issues, if any.

Code PR specific checklist

  • [x] My code follows the code style of this project and AspNetCore coding guidelines.
  • [ ] My change requires a change to the documentation.
    • [x] I have updated the documentation accordingly.
  • [x] I have updated the appropriate sub section in the CHANGELOG.md.
  • [x] I have added, updated or removed tests to according to my changes.
    • [x] All tests passed.

nulltoken avatar Mar 09 '25 09:03 nulltoken

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
...NCronJob/Configuration/Builder/JobOptionBuilder.cs 100.00% <100.00%> (ø)
src/NCronJob/Registry/JobDefinition.cs 95.69% <100.00%> (+0.24%) :arrow_up:
src/NCronJob/Registry/JobRegistry.cs 89.09% <100.00%> (+1.09%) :arrow_up:
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Mar 09 '25 09:03 codecov[bot]

@linkdotnet Thoughts?

nulltoken avatar Apr 14 '25 17:04 nulltoken