Increase test coverage to 100%
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 768
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
With the guidelines in https://github.com/mapbox/mapbox-sdk-js/pull/262 it's pretty easy to check test coverage.
Most of the uncovered lines right now are handling exceptions. We should add some tests to reach those lines and verify that our error-handling logic works as expected.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the coverage guidelines in pull request 262 and inspect the current coverage report for uncovered exception-handling lines. Add tests that exercise those error paths and verify that the coverage reaches 100%.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100