Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-31 05:00:06 +00:00
parent b2c82b92d7
commit 6919b85644

View File

@@ -23,12 +23,6 @@ jobs:
- name: Run tests - name: Run tests
run: pytest tests/ -v run: pytest tests/ -v
- name: Upload coverage report
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
fail_ci_if_error: false
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: