Skip to content

Паньков Андрей. Технология OMP. Поиск кратчайших путей из одной вершины (алгоритм Дейкстры).. Вариант 21.#469

Open
hardw3q wants to merge 13 commits intolearning-process:masterfrom
hardw3q:pankov_a_path_dejikstra
Open

Conversation

@hardw3q
Copy link
Contributor

@hardw3q hardw3q commented Mar 21, 2026

  • Задача: Поиск кратчайших путей из одной вершины (алгоритм Дейкстры)
  • Вариант: 21
  • Технология: OMP

Чек-лист

  • CI зелёный в моём форке (сборка, тесты, документация)
  • Папка задачи называется <фамилия>_<буква>_<краткое_название> и совпадает с именем ветки
  • Локально пройден clang-format
  • Локально пройден clang-tidy (новых предупреждений/ошибок нет)
  • Локально проходят функциональные тесты
  • Локально проходят тесты производительности
  • Подтверждаю, что указанные сведения соответствуют действительности

@github-actions github-actions bot removed the task:seq label Mar 21, 2026
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 87.17949% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.16%. Comparing base (97dd371) to head (09f89e4).

Files with missing lines Patch % Lines
tasks/pankov_a_path_dejikstra/omp/src/ops_omp.cpp 87.17% 0 Missing and 5 partials ⚠️

❌ Your patch status has failed because the patch coverage (87.17%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #469   +/-   ##
=======================================
  Coverage   79.16%   79.16%           
=======================================
  Files         267      268    +1     
  Lines        9325     9364   +39     
  Branches     3963     3982   +19     
=======================================
+ Hits         7382     7413   +31     
- Misses       1374     1375    +1     
- Partials      569      576    +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants