Skip to content

Commit 9a5a272

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

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

codecov.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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/**"
104
coverage:
115
status:
126
project:

0 commit comments

Comments
 (0)