Closed Jaryt closed 2 years ago
Merging #98 (f3f75f7) into main (933cde8) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #98 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 92 93 +1
Lines 905 923 +18
Branches 82 84 +2
=========================================
+ Hits 905 923 +18
Impacted Files | Coverage Δ | |
---|---|---|
...nts/Executors/schemas/ReusableExecutable.schema.ts | 100.00% <ø> (ø) |
|
src/lib/Config/exports/Validator.ts | 100.00% <ø> (ø) |
|
src/lib/Config/index.ts | 100.00% <ø> (ø) |
|
src/lib/Components/Executors/exports/Executor.ts | 100.00% <100.00%> (ø) |
|
...b/Components/Executors/exports/ReusableExecutor.ts | 100.00% <100.00%> (ø) |
|
...lib/Components/Executors/exports/ReusedExecutor.ts | 100.00% <100.00%> (ø) |
|
src/lib/Components/Executors/parsers/index.ts | 100.00% <100.00%> (ø) |
|
src/lib/Components/Job/index.ts | 100.00% <100.00%> (ø) |
|
src/lib/Config/exports/Mapping.ts | 100.00% <100.00%> (ø) |
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 933cde8...f3f75f7. Read the comment docs.
Previously, we had reusable executors which were serving as usage and definition. This was incorrect and this PR implements ReusedExecutor to solve that, along with helper functions to make using executors easier.