From ba7e213cc87f6f299b52fbc312b56e80885964c3 Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Fri, 31 May 2024 14:39:18 -0400 Subject: [PATCH] Revert "ci: add type checking coverage information to codecov" --- .github/workflows/mypy.yml | 14 +------------- .gitignore | 1 - 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 606491c5..2a0502f9 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -19,21 +19,9 @@ jobs: cache: "pip" cache-dependency-path: | **/*requirements*.txt - - name: Install apt deps run: sudo apt-get update && sudo apt-get install -qq -y libxml2-dev libxslt1-dev - - name: Install dependencies run: pip install -Ur requirements-dev.txt - - name: Test with mypy - run: mypy --cobertura-xml-report . . - - - uses: codecov/codecov-action@v4 - with: - name: types - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} - disable_search: true - file: cobertura.xml - flags: types + run: pre-commit run mypy --all diff --git a/.gitignore b/.gitignore index 83e3ae43..0a8cb56f 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,3 @@ config.json .vagrant/ .mypy_cache/ .DS_Store -cobertura.xml