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

Freegle / iznik-nuxt3 / f4aa9382-4f05-45db-b06d-ee393db951b0

14 Oct 2025 03:41PM UTC coverage: 34.61% (-0.09%) from 34.699%
f4aa9382-4f05-45db-b06d-ee393db951b0

push

circleci

edwh
Add preliminary code for spiralling out using message isochrones.

1093 of 4103 branches covered (26.64%)

Branch coverage included in aggregate %.

1 of 4 new or added lines in 1 file covered. (25.0%)

2801 of 7148 relevant lines covered (39.19%)

38.83 hits per line

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

25.0
/api/SimulationAPI.js
1
import BaseAPI from '@/api/BaseAPI'
2

3
export default class SimulationAPI extends BaseAPI {
6✔
4
  listRuns() {
NEW
5
    return this.$get('/simulation', { action: 'listruns' })
×
6
  }
7

8
  getRun(runid) {
NEW
9
    return this.$get('/simulation', { action: 'getrun', runid })
×
10
  }
11

12
  getMessage(runid, index) {
NEW
13
    return this.$get('/simulation', { runid, index })
×
14
  }
15
}
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