Closed YuryShkoda closed 1 year ago
Status | Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 63.66% | 2104/3305 |
🔴 | Branches | 44.75% | 767/1714 |
🔴 | Functions | 53.94% | 308/571 |
🟡 | Lines | 74.14% | 3409/4598 |
Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold
Report generated by 🧪jest coverage report action from 259b6b3ff2679f04641e768c6f2d8c800ac24556
Issue
Related issue https://github.com/sasjs/cli/issues/1367
Intent
RequestClient
is in verbose mode.Implementation
AxiosError
indefaultInterceptionCallBack
method with fallback options.defaultInterceptionCallBack
method with unit tests mocking responses with random statuses from1**
to5**
.src/api/viya/executeScript.ts
..github/PULL_REQUEST_TEMPLATE.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).