Skip to content

Conversation

@Grufoony
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.54%. Comparing base (fc9590a) to head (119e6be).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
- Coverage   90.56%   90.54%   -0.02%     
==========================================
  Files          37       37              
  Lines        4898     4899       +1     
  Branches      452      453       +1     
==========================================
  Hits         4436     4436              
- Misses        462      463       +1     
Flag Coverage Δ
unittests 90.54% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

}
for (auto i = 0; i < pStreet->transportCapacity(); ++i) {
this->m_evolveStreet(pStreet, reinsert_agents);
for (auto const& [nodeId, _] : this->m_graph.nodeSet()) {

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note

MISRA 12.3 rule
for (auto i = 0; i < pStreet->transportCapacity(); ++i) {
this->m_evolveStreet(pStreet, reinsert_agents);
for (auto const& [nodeId, _] : this->m_graph.nodeSet()) {
for (auto const& [streetId, _] : this->m_graph.adjMatrix().getCol(nodeId, true)) {

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 14.4 rule Note

MISRA 14.4 rule
for (auto i = 0; i < pStreet->transportCapacity(); ++i) {
this->m_evolveStreet(pStreet, reinsert_agents);
for (auto const& [nodeId, _] : this->m_graph.nodeSet()) {
for (auto const& [streetId, _] : this->m_graph.adjMatrix().getCol(nodeId, true)) {

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note

MISRA 12.3 rule
Street s2{1, std::make_pair(2, 1), 10., 10.};
Street s3{2, std::make_pair(1, 0), 10., 10.};
Street s4{3, std::make_pair(1, 2), 10., 10.};
Street s1{1, std::make_pair(0, 1), 10., 10.};

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note test

MISRA 12.3 rule
Street s3{2, std::make_pair(1, 0), 10., 10.};
Street s4{3, std::make_pair(1, 2), 10., 10.};
Street s1{1, std::make_pair(0, 1), 10., 10.};
Street s2{7, std::make_pair(2, 1), 10., 10.};

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note test

MISRA 12.3 rule
Street s4{3, std::make_pair(1, 2), 10., 10.};
Street s1{1, std::make_pair(0, 1), 10., 10.};
Street s2{7, std::make_pair(2, 1), 10., 10.};
Street s3{3, std::make_pair(1, 0), 10., 10.};

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note test

MISRA 12.3 rule
Street s1{1, std::make_pair(0, 1), 10., 10.};
Street s2{7, std::make_pair(2, 1), 10., 10.};
Street s3{3, std::make_pair(1, 0), 10., 10.};
Street s4{5, std::make_pair(1, 2), 10., 10.};

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note test

MISRA 12.3 rule
Street s01{1, std::make_pair(0, 1), 2281.};
Street s12{7, std::make_pair(1, 2), 118.};
Street s23{13, std::make_pair(2, 3), 222.};
Street s01{1, std::make_pair(0, 1), 2281., 13.9, 2};

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note

MISRA 12.3 rule
Street s12{7, std::make_pair(1, 2), 118.};
Street s23{13, std::make_pair(2, 3), 222.};
Street s01{1, std::make_pair(0, 1), 2281., 13.9, 2};
Street s12{7, std::make_pair(1, 2), 118., 13.9, 2};

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note

MISRA 12.3 rule
Street s23{13, std::make_pair(2, 3), 222.};
Street s01{1, std::make_pair(0, 1), 2281., 13.9, 2};
Street s12{7, std::make_pair(1, 2), 118., 13.9, 2};
Street s23{13, std::make_pair(2, 3), 222., 13.9, 2};

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note

MISRA 12.3 rule
@Grufoony Grufoony merged commit 6d062fe into main Feb 12, 2025
28 checks passed
@Grufoony Grufoony deleted the newStreetEvolution branch February 12, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants