mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci: remove mesh_service_example from CI checks and Codecov (#5066)
This commit is contained in:
parent
3794c79dae
commit
6b77658cb1
2 changed files with 3 additions and 6 deletions
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
|
|
@ -39,7 +39,6 @@ jobs:
|
|||
- 'desktop/**'
|
||||
- 'core/**'
|
||||
- 'feature/**'
|
||||
- 'mesh_service_example/**'
|
||||
# Shared build infrastructure
|
||||
- 'build-logic/**'
|
||||
- 'config/**'
|
||||
|
|
@ -75,7 +74,8 @@ jobs:
|
|||
}
|
||||
|
||||
allowed_extra_roots = {'baselineprofile'}
|
||||
expected_roots = module_roots | allowed_extra_roots
|
||||
excluded_roots = {'mesh_service_example'}
|
||||
expected_roots = (module_roots | allowed_extra_roots) - excluded_roots
|
||||
|
||||
filter_paths = {
|
||||
path.split('/')[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue