Skip to content

enable build comparison and stack consumption report#1020

Merged
mbrousset-ledger merged 1 commit into
developfrom
mbr/enable-build-comparison
May 6, 2026
Merged

enable build comparison and stack consumption report#1020
mbrousset-ledger merged 1 commit into
developfrom
mbr/enable-build-comparison

Conversation

@mbrousset-ledger
Copy link
Copy Markdown
Contributor

Description

enable build_comparison and stack consumption features in CI.

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

Breaking changes

Please complete this section if any breaking changes have been made, otherwise delete it.

Additional comments

Please post additional comments in this section if you have them, otherwise delete it.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.12%. Comparing base (0daa9a2) to head (2e3a897).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1020   +/-   ##
========================================
  Coverage    56.12%   56.12%           
========================================
  Files           26       26           
  Lines         2418     2418           
  Branches       312      316    +4     
========================================
  Hits          1357     1357           
- Misses        1013     1051   +38     
+ Partials        48       10   -38     
Flag Coverage Δ
unittests 56.12% <ø> (ø)

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 4, 2026

elf sizes
source = source branch mbr/enable-build-comparison
target = target branch develop

Device .text source .text target .text delta .bss source .bss target .bss delta max stack size source max stack size target max stack size delta
nanos2 114275 114275 0 20492 20492 0 20464 20464 0
stax 179966 179966 0 21794 21794 0 15064 15064 0
apex_p 159897 159897 0 21794 21794 0 19160 19160 0
flex 180045 180045 0 21794 21794 0 15064 15064 0
nanox 113747 113747 0 20520 20520 0 8192 8192 0

Stack consumption summary (clone_app_stack_consumption)

⚠️ This summary is for informative purpose only. It may not give the application actual worst case, for example if the test coverage is low.

Device Worst case (bytes) Remaining stack (bytes) Test
apex_p 1753 38603 test_clone.py::test_clone_thundercore[apex_p]
flex 1801 34459 test_clone.py::test_clone_thundercore[flex]
nanosp 1705 38651 test_clone.py::test_clone_thundercore[nanosp]
nanox 1697 6495 test_clone.py::test_clone_thundercore[nanox]
stax 1801 34459 test_clone.py::test_clone_thundercore[stax]

Full details

Stack consumption summary

⚠️ This summary is for informative purpose only. It may not give the application actual worst case, for example if the test coverage is low.

Device Worst case (bytes) Remaining stack (bytes) Test
apex_p 3193 15967 test_eip712.py::test_eip712_batch[apex_p]
flex 3193 11871 test_eip712.py::test_eip712_batch[flex]
nanosp 3193 17271 test_eip712.py::test_eip712_batch[nanosp]
nanox 3193 4999 test_eip712.py::test_eip712_batch[nanox]
stax 3193 11871 test_eip712.py::test_eip712_batch[stax]

Full details

Comment thread .github/workflows/build_and_functional_tests.yml
Comment thread .github/workflows/build_and_functional_tests.yml Outdated
@mbrousset-ledger mbrousset-ledger force-pushed the mbr/enable-build-comparison branch from b9119cc to 9f3e499 Compare May 5, 2026 13:30
@mbrousset-ledger mbrousset-ledger force-pushed the mbr/enable-build-comparison branch from 9f3e499 to 2e3a897 Compare May 6, 2026 08:01
@mbrousset-ledger mbrousset-ledger merged commit f4ed472 into develop May 6, 2026
285 checks passed
@mbrousset-ledger mbrousset-ledger deleted the mbr/enable-build-comparison branch May 6, 2026 08:39
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.

4 participants