Skip to content

Commit

Permalink
DIsabled codecov (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus authored Jan 28, 2025
1 parent 7d95c93 commit 9796288
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ jobs:
- name: Run PyTest
run: pytest --cov . --cov-report=xml

- name: Upload coverage reports to Codecov
if: matrix.operating-system == 'ubuntu-latest' && matrix.python-version == '3.12'
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: albumentations-team/albumentations
files: ./coverage.xml
flags: ubuntu-py3.12
fail_ci_if_error: true
verbose: true

check_code_formatting_types:
name: Check code formatting with ruff and mypy
runs-on: ubuntu-latest
Expand Down
41 changes: 0 additions & 41 deletions codecov.yaml

This file was deleted.

0 comments on commit 9796288

Please sign in to comment.