• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Freegle / iznik-nuxt3 / 6046d2d7-3dbe-493b-ad20-d4009be2d04f

16 Aug 2025 09:26PM UTC coverage: 48.657% (-0.1%) from 48.775%
6046d2d7-3dbe-493b-ad20-d4009be2d04f

push

circleci

edwh
Close to starting successfully.

2215 of 5698 branches covered (38.87%)

Branch coverage included in aggregate %.

5251 of 9646 relevant lines covered (54.44%)

124.04 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

11.11
/api/JobAPI.js
1
import BaseAPI from '@/api/BaseAPI'
2

3
export default class JobAPI extends BaseAPI {
67✔
4
  async fetchv2(lat, lng, category) {
5
    // No need to log errors about this request - it often times out.
6
    const params = {
×
7
      lat,
8
      lng,
9
    }
10

11
    if (category) {
×
12
      params.category = category
×
13
    }
14
    return await this.$getv2('/job', params, false)
×
15
  }
16

17
  async fetchOnev2(id, logError) {
18
    return await this.$getv2('/job/' + id, {}, logError)
×
19
  }
20

21
  async log(params) {
22
    await this.$post('/jobs', params)
×
23
  }
24
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc