## 📝 Requirement Description <!-- Detailed description of the requirement --> - For S/W quality and achieving Gold Badge of Eclipse Foundation, the code coverage of test shall be over 80%. - To eliminate potential issues/risks, maintain build warnings at 10 or fewer. ## 📋 Acceptance Criteria - [ ] Implementations of all functions - [ ] Run without errors - [ ] Check the code coverage with cargo tarpaulin to be over 80% - [ ] Check the number of warnings with cargo build to be 10 or fewer. ## 📎 Related Documents/References N/A ## 📌 Subtasks <!-- Automatically updated --> <!-- Or change with real issues after TASK issues are posted --> - [x] Add test codes for NodeAgent - [x] Add test codes for MonitoringServer - [x] Add test codes for SetttingsService - [ ] Add test codes for StateManager - [x] Add test codes for APIServer - [x] Add test codes for FilterGateway - [ ] Add test codes for ActionController - [x] Reduce warnings in the entire code ## 🧪 Testing Plan - [ ] Unit Test: - [ ] Integration Test: - [ ] Performance Test: ## 📊 Test Results <!-- Automatically updated -->
📝 Requirement Description
📋 Acceptance Criteria
📎 Related Documents/References
N/A
📌 Subtasks
🧪 Testing Plan
📊 Test Results