diff options
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 10 |
1 files changed, 9 insertions, 1 deletions
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: |