Open vicb opened 1 day ago
Latest commit: 920a7fdeeeb6e5230467d181b554f7fb46c7f808
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Status | Category | Percentage | Covered / Total |
---|---|---|---|
🔵 | Lines | 22.33% | 1676 / 7503 |
🔵 | Statements | 22.33% | 1676 / 7503 |
🔵 | Functions | 55.05% | 98 / 178 |
🔵 | Branches | 69.41% | 413 / 595 |
File | Stmts | Branches | Functions | Lines | Uncovered Lines |
---|---|---|---|---|---|
Changed Files | |||||
packages/open-next/src/adapters/cache.ts | 77.13% | 80.89% | 85.71% | 77.13% | 112-113, 174-176, 179-187, 197, 242-253, 280, 409-418, 422, 433-478 |
packages/open-next/src/overrides/incrementalCache/dummy.ts | 0% | 0% | 0% | 0% | 1-17 |
packages/open-next/src/utils/error.ts | 25% | 20% | 25% | 25% | 13-20, 32-39, 43-50 |
All "dummy" cache methods throw by design. This PR makes the corresponding errors ignorable so that the logs are less verbose and always use the DEBUG level.