Skip to content

Commit

Permalink
Set codecov (#1564)
Browse files Browse the repository at this point in the history
* Added CodeCov to GitHub Actions

* Addec codecov
  • Loading branch information
ternaus authored Mar 5, 2024
1 parent fb81e6c commit 9e61897
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:
with:
path: build
- name: Run PyTest
run: pytest
run: pytest --cov .
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: albumentations-team/albumentations

check_code_formatting_types:
name: Check code formatting with ruff and mypy + tests
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ deepdiff>=6.7.1
mypy>=1.8.0
pre_commit>=3.5.0
pytest>=8.0.2
pytest_cov>=4.1.0
requests>=2.31.0
ruff>=0.3.0
tomli>=2.0.1
Expand Down

0 comments on commit 9e61897

Please sign in to comment.