diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f034b40..02f3fb5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,13 +30,6 @@ jobs: run: | python -m pytest tests/ -v --tb=short - - name: Upload coverage - if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v4 - with: - files: ./coverage.xml - fail_ci_if_error: false - lint: runs-on: ubuntu-latest @@ -82,4 +75,3 @@ jobs: run: | pip install dist/i18n_guardian-1.0.0-py3-none-any.whl python -c "import i18n_guardian; print('Package imported successfully')" - i18n-guardian --version