Closed Jaryt closed 2 years ago
Merging #86 (bff677f) into main (67ada9f) will increase coverage by
0.04%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #86 +/- ##
==========================================
+ Coverage 91.52% 91.57% +0.04%
==========================================
Files 91 91
Lines 885 890 +5
Branches 95 97 +2
==========================================
+ Hits 810 815 +5
Misses 66 66
Partials 9 9
Impacted Files | Coverage Δ | |
---|---|---|
src/lib/Components/Commands/exports/Native/Run.ts | 77.77% <100.00%> (+11.11%) |
:arrow_up: |
...ponents/Commands/exports/Reusable/CustomCommand.ts | 94.44% <100.00%> (ø) |
|
src/lib/Components/Commands/parsers/index.ts | 80.00% <100.00%> (+0.58%) |
: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 67ada9f...bff677f. Read the comment docs.
Needs to be rebased into main after #85 is merged.
Previously,
run: $command
was not able to be parsed. It is now supported.