Skip to content

Conversation

@Grufoony
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jan 16, 2026

Codecov Report

❌ Patch coverage is 74.32432% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.55%. Comparing base (3db4ecb) to head (42221a5).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
test/mobility/Test_graph.cpp 54.16% 11 Missing ⚠️
src/dsf/mobility/RoadNetwork.cpp 83.33% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #390      +/-   ##
==========================================
- Coverage   83.68%   83.55%   -0.13%     
==========================================
  Files          53       53              
  Lines        5393     5466      +73     
  Branches      618      634      +16     
==========================================
+ Hits         4513     4567      +54     
- Misses        869      888      +19     
  Partials       11       11              
Flag Coverage Δ
unittests 83.55% <74.32%> (-0.13%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

HIGHWAY = 0,
PRIMARY = 1,
SECONDARY = 2,
TERTIARY = 3,

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note

MISRA 12.3 rule
PRIMARY = 1,
SECONDARY = 2,
TERTIARY = 3,
RESIDENTIAL = 4,

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note

MISRA 12.3 rule
CHECK_EQ(graph.nTrafficLights(), 0);
}
THEN("Road types are set") {
int nHighways = 0, nPrimary = 0, nSecondary = 0, nTertiary = 0,

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note test

MISRA 12.3 rule
THEN("Road types are set") {
int nHighways = 0, nPrimary = 0, nSecondary = 0, nTertiary = 0,
nResidential = 0;
for (auto const& [_, pEdge] : graph.edges()) {

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note test

MISRA 12.3 rule
@Grufoony Grufoony merged commit 953ae8d into main Jan 16, 2026
46 of 49 checks passed
@Grufoony Grufoony deleted the roadtype branch January 16, 2026 12:16
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