Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ comment:
flag_management:
default_rules:
carryforward: true

# Components configuration
component_management:
individual_components:
- component_id: "com.unity.inputsystem"
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.

medium

According to the Codecov configuration schema, individual components use id as the key to specify their unique identifier, rather than component_id. Using component_id may cause Codecov to fail to validate or properly recognize this component.

Suggested change
- component_id: "com.unity.inputsystem"
- id: "com.unity.inputsystem"

🤖 Helpful? 👍/👎 by guardian

name: "com.unity.inputsystem"
paths:
- Packages/com.unity.inputsystem
Loading