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

geo-engine / geoengine / 6709775090

31 Oct 2023 03:43PM UTC coverage: 89.483% (-0.02%) from 89.498%
6709775090

push

github

web-flow
Merge pull request #882 from geo-engine/API-docs

Api docs

493 of 493 new or added lines in 15 files covered. (100.0%)

109476 of 122343 relevant lines covered (89.48%)

59359.13 hits per line

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

85.71
/services/src/pro/api/model.rs
1
use crate::identifier;
2

3
identifier!(MlModelId);
×
4

5
impl From<MlModelId> for geoengine_datatypes::pro::MlModelId {
6
    fn from(value: MlModelId) -> Self {
3✔
7
        Self(value.0)
3✔
8
    }
3✔
9
}
10

11
impl From<geoengine_datatypes::pro::MlModelId> for MlModelId {
12
    fn from(value: geoengine_datatypes::pro::MlModelId) -> Self {
2✔
13
        Self(value.0)
2✔
14
    }
2✔
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