COS301-SE-2024 / IoT-DIRfram

This project aims to develop software for a Raspberry Pi that automatically executes when connected via USB or UART to retrieve information from an IoT device. The software will gather details such as firmware version, chip model, and voltage usage, compiling them into an XML format.
0 stars 0 forks source link

Feature/newtests #107

Closed lloydcreighton closed 1 month ago

lloydcreighton commented 1 month ago

Backend tests and added some small error handling in API.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (dev@7a83ba6). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #107 +/- ## ====================================== Coverage ? 80.39% ====================================== Files ? 6 Lines ? 352 Branches ? 69 ====================================== Hits ? 283 Misses ? 69 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

u21513768 commented 1 month ago

The one API was changed to post, changed the test accordingly