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

Freegle / iznik-nuxt3 / 6bd7579a-30c4-40ea-9a8a-1291e094e81e

01 Oct 2025 01:42PM UTC coverage: 34.694% (-9.9%) from 44.618%
6bd7579a-30c4-40ea-9a8a-1291e094e81e

push

circleci

edwh
MT: In /map, don't show the centre points for groups which are not supposed to show on the map.

1053 of 3928 branches covered (26.81%)

Branch coverage included in aggregate %.

2722 of 6953 relevant lines covered (39.15%)

37.76 hits per line

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

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

3
export default class TeamAPI extends BaseAPI {
6✔
4
  async fetch(params) {
5
    const { team, teams } = await this.$get('/team', params)
×
6
    return teams || team
×
7
  }
8

9
  async add(params) {
10
    await this.$patch('/team', {
×
11
      action: 'Add',
12
      ...params,
13
    })
14
  }
15

16
  async remove(params) {
17
    await this.$patch('/team', {
×
18
      action: 'Remove',
19
      ...params,
20
    })
21
  }
22
}
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