Bump codecov/codecov-action from 4 to 5 #3
GitHub Actions / Test Results
succeeded
Nov 15, 2024 in 0s
Checks: ⚠️ 1
Android Lint | 🛑 0 errors | 💡 0 others | |
---|---|---|---|
Performance / UnusedResources | 0 | 1 | 0 |
Annotations
github-actions / Test Results
Performance: Unused resources
The resource `R.mipmap.ic_launcher_round` appears to be unused
Raw output
Unused resources make applications larger and slow down builds.
The unused resource check can ignore tests. If you want to include resources that are only referenced from tests, consider packaging them in a test source set instead.
You can include test sources in the unused resource check by setting the system property lint.unused-resources.include-tests =true, and to exclude them (usually for performance reasons), use lint.unused-resources.exclude-tests =true.
,
Loading