Compare commits

..

No commits in common. "64cdcb11222409ddefeef42bb061c99dbb6156f7" and "e81d10d08a5c7408f4bab906289e590cda70c598" have entirely different histories.

4 changed files with 15 additions and 797 deletions

View file

@ -36,4 +36,4 @@ jobs:
- name: Install corrlib - name: Install corrlib
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }} run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
- name: Run tests - name: Run tests
run: uv run pytest --cov=corrlib tests run: uv run pytest tests

1
.gitignore vendored
View file

@ -5,4 +5,3 @@ test.ipynb
.vscode .vscode
.venv .venv
.pytest_cache .pytest_cache
.coverage

View file

@ -32,6 +32,5 @@ ignore = ["F403"]
[dependency-groups] [dependency-groups]
dev = [ dev = [
"pytest>=9.0.1", "pytest>=9.0.1",
"pytest-cov>=7.0.0",
"pytest-pretty>=1.3.0", "pytest-pretty>=1.3.0",
] ]

806
uv.lock generated

File diff suppressed because it is too large Load diff