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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ runs:
34
34
run: pwd && ls -aR ./coverage/ && poetry --directory ./src/datasource_toolkit run pwd && poetry --directory ./src/datasource_toolkit run ls -hal ../../coverage/code-coverage-report.agent_toolkit.3.10/.coverage
35
35
- name: Combine reports
36
36
shell: bash
37
-
run: poetry --directory ./src/datasource_toolkit run coverage combine ../../coverage/code-coverage-report.*/.coverage
37
+
run: poetry --directory ./src/datasource_toolkit run coverage combine --debug=pathmap ../../coverage/code-coverage-report.*/.coverage
0 commit comments