Closed YuryShkoda closed 1 year ago
Status | Category | Percentage | Covered / Total |
---|---|---|---|
๐ก | Statements | 63.51% | 2076/3269 |
๐ด | Branches | 44.8% | 754/1683 |
๐ด | Functions | 54.05% | 307/568 |
๐ก | Lines | 73.05% | 3470/4750 |
Status of coverage: ๐ข - ok, ๐ก - slightly more than threshold, ๐ด - under the threshold
Report generated by ๐งชjest coverage report action from e511cd613ccfb039189c7e6406dd4dcf505b3533
Intent
verbose
option tosasjsconfig
.Implementation
RequestClient
to make verbose mode configurable when an instance ofRequestClient
is instantiated.enableVerboseMode
anddisableVerboseMode
public methods tosrc/SASjs.ts
.README.md
.Checks
No PR (that involves a non-trivial code change) should be merged, unless all items below are confirmed! If an urgent fix is needed - use a tar file.
sasjs-cli
unit tests are passing (npm test
).sasjs-tests
are passing. If you want to run it manually (instructions available here).