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

Freegle / iznik-nuxt3 / d4b27c77-63ae-4bc6-8133-ba6b026bf106

29 Sep 2025 08:24AM UTC coverage: 34.712% (-11.3%) from 46.008%
d4b27c77-63ae-4bc6-8133-ba6b026bf106

push

circleci

edwh
MT: Improve Add Group page for Support Tools.

1054 of 3928 branches covered (26.83%)

Branch coverage included in aggregate %.

2723 of 6953 relevant lines covered (39.16%)

38.19 hits per line

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

14.29
/api/IsochroneAPI.js
1
import BaseAPI from '@/api/BaseAPI'
2

3
export default class IsochroneAPI extends BaseAPI {
6✔
4
  add(params) {
5
    return this.$put('/isochrone', params)
×
6
  }
7

8
  fetchv1(params) {
9
    return this.$get('/isochrone', params)
×
10
  }
11

12
  fetchv2(params) {
13
    return this.$getv2('/isochrone', params)
×
14
  }
15

16
  fetchMessages(params) {
17
    return this.$getv2('/isochrone/message', params)
×
18
  }
19

20
  patch(params) {
21
    return this.$patch('/isochrone', params)
×
22
  }
23

24
  del(id) {
25
    return this.$del('/isochrone', { id })
×
26
  }
27
}
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