@@ -4,37 +4,32 @@ github_actions:
44
55REDIS :
66- changed-files :
7- - any-glob-to-any-file : ' tests/test_redis.py'
8- - any-glob-to-any-file : ' openfoodfacts/redis.py'
7+ - any-glob-to-any-file : ' tests/**/ test_redis.py'
8+ - any-glob-to-any-file : ' src/ openfoodfacts/redis.py'
99
1010images :
1111- changed-files :
12- - any-glob-to-any-file : ' openfoodfacts/images.py'
13- - any-glob-to-any-file : ' tests/ test_images.py'
12+ - any-glob-to-any-file : ' src/ openfoodfacts/images.py'
13+ - any-glob-to-any-file : ' tests/**/ test_images.py'
1414
1515OCR :
1616- changed-files :
17- - any-glob-to-any-file : ' tests/ test_ocr.py'
17+ - any-glob-to-any-file : ' tests/**/ test_ocr.py'
1818
1919tests :
2020- changed-files :
21- - any-glob-to-any-file : ' tests/test_utils.py'
22- - any-glob-to-any-file : ' tests/test_api.py'
23- - any-glob-to-any-file : ' tests/test_ocr.py'
24- - any-glob-to-any-file : ' tests/test_redis.py'
25- - any-glob-to-any-file : ' tests/test_images.py'
26- - any-glob-to-any-file : ' tests/test_api_config.py'
21+ - any-glob-to-any-file : ' tests/**/*'
2722
2823utils :
2924- changed-files :
30- - any-glob-to-any-file : ' openfoodfacts/utils.py'
31- - any-glob-to-any-file : ' tests/test_utils.py'
25+ - any-glob-to-any-file : ' src/openfoodfacts/utils.py'
26+ - any-glob-to-any-file : ' tests/**/test_utils.py'
27+ - any-glob-to-any-file : ' tests/unit/utils/**/*'
3228
3329dependencies :
3430- changed-files :
3531 - any-glob-to-any-file : ' uv.lock'
3632
3733documentation :
3834- changed-files :
39- - any-glob-to-any-file : ' handle_taxonomies.md'
40- - any-glob-to-any-file : ' usage.md'
35+ - any-glob-to-any-file : ' docs/**/*'
0 commit comments