Closed garbados closed 5 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
index.js | 13 | 15 | 86.67% | ||
<!-- | Total: | 13 | 15 | 86.67% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
index.js | 9 | 65.89% | ||
<!-- | Total: | 9 | --> |
Totals | |
---|---|
Change from base Build 75: | -4.2% |
Covered Lines: | 103 |
Relevant Lines: | 154 |
This PR elects to skip the failing websockets test, and an issue has been opened (#25) to address it.
This PR disables outgoing HTTP requests during tests unless the environment variable
RECORD_TESTS
is set, in which case outgoing HTTP requests are saved as mocks. This ensures tests run faster and have consistent inputs.This PR also updates a number of dependencies and applies standard's latest style guide to the source code.