[task_02] Lab2#295
Conversation
There was a problem hiding this comment.
Pull request overview
This PR implements Lab 2 for task_02, which creates a temperature modeling program with unit tests using Google Test framework. The implementation includes a linear temperature calculation function, user input handling, and three unit tests to verify the linear function behavior.
- Implements temperature modeling using a linear function with parameters a and b
- Adds three Google Test unit tests for the linear calculation function
- Configures CMake build system with code coverage support for both source and test builds
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| trunk/ii02704/task_02/test/test.cpp | Adds three unit tests for the linear temperature calculation function |
| trunk/ii02704/task_02/test/CMakeLists.txt | Configures Google Test framework with coverage flags for test builds |
| trunk/ii02704/task_02/src/otis2.cpp | Implements main program that reads input and iteratively calculates temperature |
| trunk/ii02704/task_02/src/linear.h | Declares input and linear function interfaces |
| trunk/ii02704/task_02/src/linear.cpp | Implements linear temperature calculation and user input functions |
| trunk/ii02704/task_02/src/CMakeLists.txt | Configures source build with library and executable targets |
| trunk/ii02704/task_02/doc/README.md | Documents the lab assignment with test results and coverage information |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 11 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Head branch was pushed to by a user without write access
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



No description provided.