You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/coverage/action.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ runs:
24
24
- name: Install package dependencies
25
25
shell: bash
26
26
working-directory: ./src/datasource_toolkit
27
-
run: poetry install --with test
27
+
run: poetry install --only test
28
28
- name: Download all coverage reports
29
29
uses: actions/download-artifact@v4
30
30
with:
31
31
path: coverage
32
-
merge-multiple: true
32
+
#merge-multiple: true
33
33
- name: Combine reports
34
34
shell: bash
35
35
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