Added codecov badge to README, added coverage files to .gitignore
This commit is contained in:
parent
1784d6e3a2
commit
5828a7d0ae
@ -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
|
||||||
|
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