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

Freegle / iznik-nuxt3 / 72cdc61c-e97d-4f6c-a66e-4a0898574159

15 Aug 2025 07:55AM UTC coverage: 48.253% (-0.5%) from 48.775%
72cdc61c-e97d-4f6c-a66e-4a0898574159

push

circleci

edwh
Add option to display stats for last FY

2197 of 5698 branches covered (38.56%)

Branch coverage included in aggregate %.

5207 of 9646 relevant lines covered (53.98%)

99.66 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 {
63✔
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