From 6919b856440eb7287cc9ff97a428515c163e8207 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 05:00:06 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitea/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5113d0e..7f66a36 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,12 +23,6 @@ jobs: - name: Run tests run: pytest tests/ -v - - name: Upload coverage report - uses: codecov/codecov-action@v3 - with: - files: ./coverage.xml - fail_ci_if_error: false - lint: runs-on: ubuntu-latest steps: