Replace number types with integer for integer-only attributes#457
Conversation
* Apply some formatting
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #457 +/- ##
=======================================
Coverage 85.23% 85.23%
=======================================
Files 186 186
Lines 9347 9347
Branches 4138 4138
=======================================
Hits 7967 7967
Misses 551 551
Partials 829 829
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/merge |
|
View all feedbacks in Devflow UI.
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
This pull request was merged directly. |
Artifact Size Comparison 📦
|
Benchmarks gccBenchmark execution time: 2025-09-22 13:57:24 Comparing candidate commit cc26c3b in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
Benchmarks clangBenchmark execution time: 2025-09-22 13:57:28 Comparing candidate commit cc26c3b in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
This is a change for some
numberattributes that are actually integers-only. Like path to the key and duration.In addition the
result.jsonschema get therequiredattribute. And some conventional formatting for short definitions was applied.