diff --git a/.codecov.yml b/.codecov.yml index cf03f5b8fb..f7a04bd8a0 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -33,13 +33,21 @@ coverage: flags: - pytest paths: - - src/ + - awx/ target: 100% tests: flags: - pytest paths: - tests/ + - >- + **/test/ + - >- + **/tests/ + - >- + **/test/** + - >- + **/tests/** target: 100% typing: flags: