-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add expiry argument to create itinerary #45
Conversation
📋 Release Checklist ✅ 🏡 Check locally with Release Checklist📣 Checking log statements...
(Some fields hidden. Use -t and -c to show hidden fields.)💀 Checking #[allow(dead_code)]...
🎀 Checking unwraps and .expect() calls...
(Some fields hidden. Use -t and -c to show hidden fields.)🚧 Checking TODO items and FIXMEs...
End - Check Todo Items🗃 Checking Cargo.toml versions...All good! 🎉
|
🪲 Unit Testing Coverage 🔎 || Tested/Total Lines: || client-grpc/src/client.rs: 20/30 || client-grpc/src/grpc.rs: 0/38 || server/src/config.rs: 16/19 || server/src/grpc/api/cancel.rs: 0/1 || server/src/grpc/api/create.rs: 0/1 || server/src/grpc/api/query_flight.rs: 30/40 || server/src/grpc/client.rs: 9/9 || server/src/grpc/server.rs: 32/62 || server/src/lib.rs: 12/28 || server/src/router/flight_plan.rs: 74/117 || server/src/router/itinerary.rs: 289/333 || server/src/router/mod.rs: 21/31 || server/src/router/schedule.rs: 224/264 || server/src/router/vehicle.rs: 215/268 || server/src/router/vertiport.rs: 33/150 || server/src/tasks/cancel_itinerary.rs: 7/56 || server/src/tasks/create_itinerary.rs: 11/107 || server/src/tasks/mod.rs: 0/47 || server/src/tasks/pool.rs: 0/203 || server/src/test_util.rs: 206/210 || 59.53% coverage, 1199/2014 lines covered |
No description provided.