We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808d2e4 commit 6558ad8Copy full SHA for 6558ad8
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Download Artifacts
54
uses: actions/download-artifact@v4
55
with:
56
- name: coverage-data
+ name: coverage-xml
57
58
- name: Fix coverage file for sonarcloud
59
run: sed -i "s/home\/runner\/work\/advanced-alchemy\/advanced-alchemy/github\/workspace/g" coverage.xml
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
- name: Combine coverage files
145
run: |
0 commit comments