Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

[task_03] Lab3#336

Open
fedotovd778 wants to merge 12 commits into
brstu:mainfrom
fedotovd778:task_03
Open

[task_03] Lab3#336
fedotovd778 wants to merge 12 commits into
brstu:mainfrom
fedotovd778:task_03

Conversation

@fedotovd778
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings December 19, 2025 08:17
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 19, 2025

📌 Duplicate code detection tool report

The tool analyzed your source code and found the following degree of similarity between the files:

trunk/ii002713/task_03/doc/html/index.md

📄 trunk/ii002713/task_03/doc/html/index.md

File Similarity (%)
trunk/ii02810/task_03/doc/pages/index.md 94.5 ⚠️
trunk/ii002826/task_03/doc/html/index.md 93.72 ⚠️
trunk/ii02812/task_03/doc/report/index.md 92.41
trunk/ii002717/task_01/src/main.cpp

📄 trunk/ii002717/task_01/src/main.cpp

File Similarity (%)
trunk/ii02717/task_02/src/main.cpp 93.12 ⚠️
trunk/ii002826/task_03/doc/html/index.md

📄 trunk/ii002826/task_03/doc/html/index.md

File Similarity (%)
trunk/ii002713/task_03/doc/html/index.md 93.72 ⚠️
trunk/ii02810/task_03/doc/pages/index.md 93.32 ⚠️
trunk/ii02717/task_02/src/main.cpp

📄 trunk/ii02717/task_02/src/main.cpp

File Similarity (%)
trunk/ii002717/task_01/src/main.cpp 93.12 ⚠️
trunk/ii02719/task_01/src/OTIS_task1/OTIS_task1.cpp

📄 trunk/ii02719/task_01/src/OTIS_task1/OTIS_task1.cpp

File Similarity (%)
trunk/ii02719/task_01/src/task1.cpp 94.53 ⚠️
trunk/ii02719/task_01/src/task1.cpp

📄 trunk/ii02719/task_01/src/task1.cpp

File Similarity (%)
trunk/ii02719/task_01/src/OTIS_task1/OTIS_task1.cpp 94.53 ⚠️
trunk/ii02804/task_03/doc/readme.md

📄 trunk/ii02804/task_03/doc/readme.md

File Similarity (%)
trunk/ii02812/task_03/doc/Readme.md 93.77 ⚠️
trunk/ii02808/task_01/src/main.cpp

📄 trunk/ii02808/task_01/src/main.cpp

File Similarity (%)
trunk/ii02808/task_02/src/main.cpp 93.14 ⚠️
trunk/ii02808/task_02/src/main.cpp

📄 trunk/ii02808/task_02/src/main.cpp

File Similarity (%)
trunk/ii02808/task_01/src/main.cpp 93.14 ⚠️
trunk/ii02810/task_03/doc/pages/index.md

📄 trunk/ii02810/task_03/doc/pages/index.md

File Similarity (%)
trunk/ii002713/task_03/doc/html/index.md 94.5 ⚠️
trunk/ii02812/task_03/doc/report/index.md 93.99 ⚠️
trunk/ii002826/task_03/doc/html/index.md 93.32 ⚠️
trunk/ii02812/task_03/doc/Readme.md

📄 trunk/ii02812/task_03/doc/Readme.md

File Similarity (%)
trunk/ii02804/task_03/doc/readme.md 93.77 ⚠️
trunk/ii02812/task_03/doc/report/index.md

📄 trunk/ii02812/task_03/doc/report/index.md

File Similarity (%)
trunk/ii02810/task_03/doc/pages/index.md 93.99 ⚠️
trunk/ii002713/task_03/doc/html/index.md 92.41

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread trunk/ii02721/task_02/src/otis2.cpp
Comment thread trunk/ii02721/task_02/src/otis2.cpp
Comment thread trunk/ii02721/task_02/src/n_linear.cpp
Comment thread trunk/ii02721/task_02/test/test.cpp
Comment thread trunk/ii02721/task_02/doc/README.md
Comment thread trunk/ii02721/task_02/doc/README.md
Copilot AI review requested due to automatic review settings December 29, 2025 13:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread trunk/ii02721/task_03/src/Model.h
Comment thread trunk/ii02721/task_03/test/test.cpp
Comment thread trunk/ii02721/task_03/test/test.cpp
Comment thread trunk/ii02721/task_03/test/CMakeLists.txt
Comment thread trunk/ii02721/task_03/src/PID.cpp
Comment thread trunk/ii02721/task_03/doc/html/jquery.js
Comment thread trunk/ii02721/task_03/doc/html/jquery.js
Comment thread trunk/ii02721/task_03/doc/html/jquery.js
Comment thread trunk/ii02721/task_03/doc/html/jquery.js
Comment thread trunk/ii02721/task_03/doc/html/jquery.js
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants