Skip to content

Mbr/codeowners#1548

Open
mbrousset-ledger wants to merge 2 commits into
masterfrom
mbr/codeowners
Open

Mbr/codeowners#1548
mbrousset-ledger wants to merge 2 commits into
masterfrom
mbr/codeowners

Conversation

@mbrousset-ledger

Copy link
Copy Markdown
Contributor

Description

add codeowners

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.

Auto cherry-pick in API_LEVEL

If requested to port the commits from this PR on a dedicated API_LEVEL branch,
select the targeted one(s), or add new references if not listed:

[ ] TARGET_API_LEVEL: API_LEVEL_26

This will only create the PR with cherry-picks, ready to be reviewed and merged.

Remember:

  • The merge will ALWAYS be a manual operation.
  • It is possible the cherry-picks don't apply correctly, mainly if previous commits have been forgotten.
  • In case of failure, there is no other solution than redo the operation manually...

@mbrousset-ledger

Copy link
Copy Markdown
Contributor Author

@jarevalo-ledger we can discuss about this file content

@codecov-commenter

codecov-commenter commented May 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.87%. Comparing base (f5b320b) to head (c99e243).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1548   +/-   ##
=======================================
  Coverage   91.87%   91.87%           
=======================================
  Files          39       39           
  Lines        4653     4653           
  Branches      584      584           
=======================================
  Hits         4275     4275           
  Misses        266      266           
  Partials      112      112           
Flag Coverage Δ
unittests 91.87% <ø> (ø)

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.

@mbrousset-ledger mbrousset-ledger force-pushed the mbr/codeowners branch 2 times, most recently from 5811280 to 5eba8fc Compare May 11, 2026 13:55
@mbrousset-ledger mbrousset-ledger force-pushed the mbr/codeowners branch 2 times, most recently from 174a519 to 63d6684 Compare May 11, 2026 15:22
Comment thread .github/CODEOWNERS Outdated
Comment on lines +1 to +44
# fallback owners
* @LedgerHQ/embedded-os @LedgerHQ/embedded-apps

# top folders specific owners
/.github/ @LedgerHQ/embedded-apps
/arch/ @LedgerHQ/embedded-apps
/doc/ @LedgerHQ/embedded-apps
/include/ @LedgerHQ/embedded-os
/tests/ @LedgerHQ/embedded-os
/unit-tests/ @LedgerHQ/embedded-os

# sdk components specific owners
/app_features/ @LedgerHQ/embedded-os
/fuzzing/ @LedgerHQ/embedded-os
/lib_alloc/ @LedgerHQ/embedded-os
/lib_bagl/ @LedgerHQ/embedded-os
/lib_blewbxx/ @LedgerHQ/embedded-os
/lib_blewbxx_impl/ @LedgerHQ/embedded-os
/lib_ccid/ @LedgerHQ/embedded-os
/lib_cxng/ @LedgerHQ/embedded-os
/lib_lists/ @LedgerHQ/embedded-os
/lib_nbgl/ @LedgerHQ/embedded-os
/lib_nfc/ @LedgerHQ/embedded-os
/lib_pki/ @LedgerHQ/embedded-apps
/lib_stusb/ @LedgerHQ/embedded-os
/lib_stusb_impl/ @LedgerHQ/embedded-os
/lib_tlv/ @LedgerHQ/embedded-apps
/lib_u2f_legacy/ @LedgerHQ/embedded-os
/lib_ux/ @LedgerHQ/embedded-os
/lib_ux_nbgl/ @LedgerHQ/embedded-os
/protocol/ @LedgerHQ/embedded-os
/qrcode/ @LedgerHQ/embedded-os

# source files specific owners
/src/app_metadata.c @LedgerHQ/embedded-apps
/src/cx_hash_iovec.c @LedgerHQ/embedded-apps
/src/cx_stubs.S @LedgerHQ/embedded-os
/src/cx_wrappers.c @LedgerHQ/embedded-apps
/src/ledger_assert.c @LedgerHQ/embedded-apps
/src/nbgl_stubs.S @LedgerHQ/embedded-os
/src/pic.c @LedgerHQ/embedded-os
/src/svc_call.s @LedgerHQ/embedded-os
/src/svc_cx_call.s @LedgerHQ/embedded-os
/src/syscalls.c @LedgerHQ/embedded-os

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

too complex.
Let's focus on the folders used to build the OS as a first approach

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.

3 participants