Skip to content

Commit 82f2aad

Browse files
committed
build: disable coverage reports
The coverage reports can mark a build failed. This project is not chasing stupid metrics, thus disable this feature. Signed-off-by: Daniel Wagner <[email protected]>
1 parent f70bdb0 commit 82f2aad

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@ ignore:
44
- 'ccan'
55
- 'tests'
66
- 'unit'
7+
- 'libnvme/test'
8+
- 'libnvme/libnvme/tests'
9+
- 'libnvme/examples'
10+
11+
coverage:
12+
status:
13+
project: off
14+
patch: off

0 commit comments

Comments
 (0)