Skip to content

Commit f26c59b

Browse files
committed
Fix workflow to support rye
1 parent e825b35 commit f26c59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: |
3232
rye run pre-commit run --all-files
3333
- name: Test
34-
run: |
35-
rye run pytest --cov=src --cov-report=html
34+
run: |
35+
rye run pytest
3636
- name: Upload coverage to Codecov
3737
uses: codecov/codecov-action@v1
3838
with:

0 commit comments

Comments
 (0)