[task_03] Lab3#336
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds Laboratory Work #2 for a temperature modeling program with unit tests using Google Test framework. The implementation includes linear and nonlinear temperature models with corresponding test coverage.
Key Changes:
- Implementation of linear and nonlinear temperature calculation functions with header and source files
- Google Test-based unit test suite with 4 test cases covering both models
- CMake build configuration for both the main application and test executable with coverage support
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| trunk/ii02721/task_02/test/test.cpp | Adds 4 unit tests for linear and nonlinear temperature model functions |
| trunk/ii02721/task_02/test/CMakeLists.txt | Configures Google Test framework integration with coverage flags |
| trunk/ii02721/task_02/src/otis2.cpp | Main program for temperature modeling with user input |
| trunk/ii02721/task_02/src/n_linear.h | Header defining Nonl struct and function declarations |
| trunk/ii02721/task_02/src/n_linear.cpp | Implementation of linear and nonlinear temperature calculation functions |
| trunk/ii02721/task_02/src/CMakeLists.txt | Build configuration for source library and executable |
| trunk/ii02721/task_02/doc/README.md | Laboratory work documentation with test results and coverage report |
💡 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 95 out of 123 changed files in this pull request and generated 37 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



No description provided.