Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Велиев Эльвин. Задача 1. Вариант 11. Сумма значений по строкам матрицы #791

Closed
wants to merge 12 commits into from

Conversation

ev1ven
Copy link
Contributor

@ev1ven ev1ven commented Dec 26, 2024

...

@codecov-commenter
Copy link

codecov-commenter commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.53%. Comparing base (0c09145) to head (b43453c).
Report is 123 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #791      +/-   ##
==========================================
- Coverage   93.53%   93.53%   -0.01%     
==========================================
  Files        1086     1293     +207     
  Lines       38421    46864    +8443     
  Branches    17382    21601    +4219     
==========================================
+ Hits        35938    43833    +7895     
- Misses        867     1046     +179     
- Partials     1616     1985     +369     

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


for (auto &row : data) {
for (auto &el : row) {
el = -200 + gen() % (300 + 200 + 1);
Copy link
Member

Choose a reason for hiding this comment

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

please paramterize it in tests

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.

4 participants