dschibster / sfdx-batch-orchestrator

A Package for organizing Batch Jobs and their Schedules via a record-based Scheduling Configuration, including dependencies and ad-hoc runs.
https://dschibster.github.io/sfdx-batch-orchestrator/
Other
10 stars 2 forks source link

1.3.2 #10

Closed dschibster closed 2 years ago

dschibster commented 2 years ago

Adjustments to BatchJobScheduler, BatchJobBase plus Test Cases

codecov[bot] commented 2 years ago

Codecov Report

Merging #10 (2eab8d3) into master (e354ad8) will increase coverage by 2.98%. The diff coverage is 100.00%.

:exclamation: Current head 2eab8d3 differs from pull request most recent head b1f4a7c. Consider uploading reports for the commit b1f4a7c to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   92.29%   95.27%   +2.98%     
==========================================
  Files          23       23              
  Lines         701      699       -2     
==========================================
+ Hits          647      666      +19     
+ Misses         54       33      -21     
Flag Coverage Δ
Apex 95.27% <100.00%> (+2.98%) :arrow_up:

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

Impacted Files Coverage Δ
...n/batch-job-management/classes/RecordTypeCache.cls 100.00% <100.00%> (ø)
.../main/batch-job-scheduler/classes/BatchJobBase.cls 100.00% <100.00%> (+17.77%) :arrow_up:
.../batch-job-scheduler/classes/BatchJobScheduler.cls 98.55% <100.00%> (+9.50%) :arrow_up:
...n/batch-job-scheduler/classes/ListMapContainer.cls 100.00% <100.00%> (+8.33%) :arrow_up:
...job-scheduler/classes/BatchOrchTriggerExecutor.cls 92.15% <0.00%> (+7.84%) :arrow_up:

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 8043ba1...b1f4a7c. Read the comment docs.