We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a3b0f commit ceda5b6Copy full SHA for ceda5b6
.github/workflows/build-on-windows.yml
@@ -110,9 +110,7 @@ jobs:
110
uses: codecov/test-results-action@v1
111
with:
112
token: ${{secrets.CODECOV_TOKEN}}
113
- files: |
114
- ${{env.DEBUG_BUILD_DIR}}\hktests-dbg.xml
115
- ${{env.RELEASE_BUILD_DIR}}\hktests-rel.xml
+ files: ${{env.DEBUG_BUILD_DIR}}\hktests-dbg.xml ${{env.RELEASE_BUILD_DIR}}\hktests-rel.xml
116
117
- name: Generate CodeCoverage Report (Debug)
118
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments