Merge pull request #338 from KamilLepek/codecov_followup
Codecov configuration
This commit is contained in:
commit
b70dcf42d5
@ -3,6 +3,7 @@
|
|||||||
[](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/build/build.html)
|
[](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/build/build.html)
|
||||||
[](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/tests/index.html)
|
[](https://open-cas-logs.s3.us-east-2.amazonaws.com/master-status/tests/index.html)
|
||||||
[](https://scan.coverity.com/projects/open-cas-ocf)
|
[](https://scan.coverity.com/projects/open-cas-ocf)
|
||||||
|
[](https://codecov.io/gh/Open-CAS/ocf)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
Open CAS Framework (OCF) is high performance block storage caching meta-library
|
Open CAS Framework (OCF) is high performance block storage caching meta-library
|
||||||
|
25
codecov.yml
Normal file
25
codecov.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
codecov:
|
||||||
|
require_ci_to_pass: yes
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
precision: 2
|
||||||
|
round: down
|
||||||
|
range: "60...100"
|
||||||
|
|
||||||
|
status:
|
||||||
|
project: yes
|
||||||
|
patch: yes
|
||||||
|
changes: no
|
||||||
|
|
||||||
|
parsers:
|
||||||
|
gcov:
|
||||||
|
branch_detection:
|
||||||
|
conditional: yes
|
||||||
|
loop: yes
|
||||||
|
method: no
|
||||||
|
macro: no
|
||||||
|
|
||||||
|
comment:
|
||||||
|
layout: "diff,flags,tree"
|
||||||
|
behavior: default
|
||||||
|
require_changes: no
|
3
tests/functional/.gitignore
vendored
3
tests/functional/.gitignore
vendored
@ -4,3 +4,6 @@ pyocf/libocf.so
|
|||||||
*.o
|
*.o
|
||||||
pyocf/ocf/*
|
pyocf/ocf/*
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.gcov
|
||||||
|
*.gcda
|
||||||
|
*.gcno
|
||||||
|
Loading…
Reference in New Issue
Block a user