Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e0cb96

Browse files
authored
Merge pull request #13251 from Kojoley/test-coverage-separate
Split coverage into distinct library and tests stats
2 parents 8574f14 + ecb0bd6 commit 6e0cb96

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

codecov.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ coverage:
22
status:
33
patch: off
44
project:
5-
default:
5+
default: false
6+
library:
67
target: auto
8+
paths: '!.*/tests/.*'
9+
tests:
10+
target: auto
11+
paths: '.*/tests/.*'
712
codecov:
813
require_ci_to_pass: false

0 commit comments

Comments
 (0)