We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d028c61 commit b68f9b4Copy full SHA for b68f9b4
2 files changed
.github/workflows/pytest.yaml
@@ -16,4 +16,4 @@ jobs:
16
with:
17
python-version: ${{ matrix.python-version }}
18
- run: uv sync --dev
19
- - run: uv run pytest -v --cov=funlib tests
+ - run: uv run pytest -v --cov=src tests
.github/workflows/ruff.yaml
@@ -9,12 +9,12 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- uses: astral-sh/setup-uv@v5
12
- - run: uv run ruff check funlib tests
+ - run: uv run ruff check src tests
13
14
format:
15
name: Format
runs-on: ubuntu-latest
20
- - run: uv run ruff format --check funlib tests
+ - run: uv run ruff format --check src tests
0 commit comments