diff --git a/.github/codecov.yml b/.github/codecov.yml index f36be39cb2..e74c59a0fc 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,9 +1,30 @@ codecov: - strict_yaml_branch: master # only use the latest copy on master branch - -comment: off + notify: + require_ci_to_pass: no coverage: + precision: 2 + round: down + range: "50...100" + status: - project: off - patch: off + project: + default: + threshold: 1% + + patch: + default: + threshold: 1% + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "header, sunburst, diff" + behavior: default + require_changes: no diff --git a/README.markdown b/README.markdown index fd2ca8c866..1c305b35da 100644 --- a/README.markdown +++ b/README.markdown @@ -1,9 +1,9 @@ -
-ZFS is an advanced file system and volume manager which was originally -developed for Solaris and is now maintained by the Illumos community. +![img](http://zfsonlinux.org/images/zfs-linux.png) -ZFS on Linux, which is also known as ZoL, is currently feature complete. It -includes fully functional and stable SPA, DMU, ZVOL, and ZPL layers. And it's native! +ZFS on Linux is an advanced file system and volume manager which was originally +developed for Solaris and is now maintained by the OpenZFS community. + +[![codecov](https://codecov.io/gh/zfsonlinux/zfs/branch/master/graph/badge.svg)](https://codecov.io/gh/zfsonlinux/zfs) # Official Resources * [Site](http://zfsonlinux.org) @@ -16,4 +16,4 @@ Full documentation for installing ZoL on your favorite Linux distribution can be found at [our site](http://zfsonlinux.org/). # Contribute & Develop -We have a separate document with [contribution guidelines](./.github/CONTRIBUTING.md). \ No newline at end of file +We have a separate document with [contribution guidelines](./.github/CONTRIBUTING.md).