diff --git a/README.md b/README.md index 8d737e0da..41bb619a7 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,15 @@ Here is an example of how you can apply some [pixel-level](#pixel-level-transfor - [**Written by experts**](#authors). The authors have experience both working on production computer vision systems and participating in competitive machine learning. Many core team members are Kaggle Masters and Grandmasters. - The library is [**widely used**](#who-is-using-albumentations) in industry, deep learning research, machine learning competitions, and open source projects. +## Sponsors + + + ## Table of contents - [Albumentations](#albumentations) - [Why Albumentations](#why-albumentations) + - [Sponsors](#sponsors) - [Table of contents](#table-of-contents) - [Authors](#authors) - [Installation](#installation) @@ -309,8 +314,8 @@ To create a pull request to the repository, follow the documentation at [CONTRIB ## Community and Support -* [Twitter](https://twitter.com/albumentations) -* [Discord](https://discord.gg/AKPrrDYNAt) +- [Twitter](https://twitter.com/albumentations) +- [Discord](https://discord.gg/AKPrrDYNAt) ## Comments diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 000000000..de53efec6 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,26 @@ +flag_management: + individual_flags: + - name: smart-tests + carryforward: true + carryforward_mode: "labels" + statuses: + - type: "project" + - type: "patch" + +cli: + plugins: + pycoverage: + report_type: "json" + +coverage: + status: + project: + default: + target: auto + paths: + - "**/*.py" + +codecov: + require_ci_to_pass: false + ignore: + - "*/**"