summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua>2024-09-13 22:26:25 +0200
committerGitHub <noreply@github.com>2024-09-13 22:26:25 +0200
commitea7ca3d32d9f2c2c7861a107928fb178f10d811c (patch)
treed483a1d71a85809b3bf3bd674e7d54c8a2505447 /.codecov.yml
parent🧪💅 Migrate to `exclude_also` @ `coveragerc` (#15513) (diff)
downloadawx-ea7ca3d32d9f2c2c7861a107928fb178f10d811c.tar.xz
awx-ea7ca3d32d9f2c2c7861a107928fb178f10d811c.zip
🧪💅 Categorize the Codecov status checks (#15516)
Make codecov identify metrics for tests and awx modules separately.
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml10
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: