Skip to content

Commit 00a0734

Browse files
committed
Merge branch 'main' into framework-llamaindex
2 parents 702e13b + b05971d commit 00a0734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install tox
3232
3333
- name: Run tests with tox
34-
run: tox
34+
run: tox -m quick # quick runs all 3.12 tests and then combines coverage
3535

3636
- name: Upload coverage to Codecov
3737
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)