Skip to content

Commit 9fa7e0b

Browse files
committed
chore: debug CI
1 parent 53ffb40 commit 9fa7e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/coverage/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ runs:
2424
- name: Install package dependencies
2525
shell: bash
2626
working-directory: ./src/datasource_toolkit
27-
run: poetry install --with test
27+
run: poetry install --only test
2828
- name: Download all coverage reports
2929
uses: actions/download-artifact@v4
3030
with:
3131
path: coverage
32-
merge-multiple: true
32+
# merge-multiple: true
3333
- name: Combine reports
3434
shell: bash
3535
run: pwd && ls -a ./coverage/code-coverage-report.agent_toolkit.3.10/.coverage && poetry --directory=./src/datasource_toolkit run coverage combine ../../coverage/code-coverage-report.*/.coverage

0 commit comments

Comments
 (0)