Closed mdadighat closed 2 weeks ago
Coverage Report
File Stmts Miss Cover Missing src/api satchecker.py 1 1 0% 1 src/api/adapters/repositories satellite_repository.py 70 6 91% 35, 39, 43, 47, 51, 55 tle_repository.py 89 5 94% 114, 120, 129, 138, 142 src/api/domain/models tle.py 19 1 95% 52 src/api/entrypoints extensions.py 10 1 90% 32 src/api/entrypoints/v1/routes routes.py 37 10 73% 22, 63, 92, 114–126 tools_routes.py 82 6 93% 54–56, 91–93 src/api/services validation_service.py 121 4 97% 139, 188–189, 195 src/api/services/tasks ephemeris_tasks.py 40 7 82% 58, 84, 131, 135, 164, 185–188 src/api/utils coordinate_systems.py 138 1 99% 458 propagation_strategies.py 65 1 98% 123 TOTAL 983 43 96%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
107 | 0 :zzz: | 0 :x: | 0 :fire: | 11.117s :stopwatch: |
Description:
Only the date the TLE was collected was currently part of the ephemeris API results, but TLE epoch date was missing, and is needed by SCORE to determine which observations are archival data.