Skip to content

Commit 5abc99b

Browse files
committed
ci: use pyproject for pytest discovery
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent ba20163 commit 5abc99b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
run: >-
5858
uv run --frozen pytest
5959
--cov --cov-report=xml --cov-report=term --durations=20
60-
src tests
6160
6261
- name: Upload coverage report
6362
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
@@ -88,7 +87,6 @@ jobs:
8887
run: >-
8988
uv run --frozen pytest
9089
--cov --cov-report=xml --cov-report=term --durations=20
91-
src tests
9290
9391
- name: Upload coverage report
9492
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24

0 commit comments

Comments
 (0)