Skip to content

Commit 72cae17

Browse files
committed
Simplify codecov ignore patterns to focus on task-related tests and runners.
1 parent 48fd9d9 commit 72cae17

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

codecov.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
ignore:
2-
- "**/perf_tests/**"
3-
- "**/func_tests/**"
4-
- "**/all/runner.cpp"
5-
- "**/mpi/runner.cpp"
6-
- "**/omp/runner.cpp"
7-
- "**/seq/runner.cpp"
8-
- "**/stl/runner.cpp"
9-
- "**/tbb/runner.cpp"
2+
- "**/tasks/**/tests/**"
3+
- "**/tasks/common/runners/**"
4+
- "**/modules/core/util/include/func_test_util.hpp"
5+
- "**/modules/core/util/include/perf_test_util.hpp"
106
coverage:
117
status:
128
project:

0 commit comments

Comments
 (0)