No description
Adds 30 more test cases (2594 → 2624 tests) targeting the last low-coverage hot spots. Notable additions: - ContactLive.Show fully-hydrated render path (seeds HrrrProfile, TerrainProfile, ContactCommonVolumeRadar, Sounding, SurfaceObservation, IemreObservation) exercises refresh_computed, build_propagation_analysis, build_data_sources, compute_elevation_profile, and the downstream render branches they unlock. - handle_info :terrain_ready and :sounding_fetched paths for same-contact and unrelated-contact dispatch. - Flagged-invalid badge + line-through header style. - Owner-label button path (Edit vs Suggest Edit). - NotifyListener init/1 subscribes on schedule; handle_info(:subscribe) succeeds against the live Repo. - RecalibrateScorer runs cleanly against an empty corpus via the Recalibrator insufficient-data fallback. - HrrrNativeClient.extract_native_profiles/2 tolerates malformed input without crashing. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix