Skip to content

Commit

Permalink
Added sponsors badge and Roboflow there (#1566)
Browse files Browse the repository at this point in the history
* Added sponsors badge and Roboflow there

* Added config for test coverage
  • Loading branch information
ternaus authored Mar 5, 2024
1 parent 9e61897 commit 5663816
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a href="https://roboflow.com/" target="_blank"><img src="https://avatars.githubusercontent.com/u/53104118?s=200&v=4" width="100"/></a>

## Table of contents

- [Albumentations](#albumentations)
- [Why Albumentations](#why-albumentations)
- [Sponsors](#sponsors)
- [Table of contents](#table-of-contents)
- [Authors](#authors)
- [Installation](#installation)
Expand Down Expand Up @@ -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

Expand Down
26 changes: 26 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -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:
- "*/**"

0 comments on commit 5663816

Please sign in to comment.