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 ceda5b6 commit fee7d5bCopy full SHA for fee7d5b
.github/workflows/build-on-windows.yml
@@ -110,7 +110,7 @@ jobs:
110
uses: codecov/test-results-action@v1
111
with:
112
token: ${{secrets.CODECOV_TOKEN}}
113
- files: ${{env.DEBUG_BUILD_DIR}}\hktests-dbg.xml ${{env.RELEASE_BUILD_DIR}}\hktests-rel.xml
+ files: ${{env.DEBUG_BUILD_DIR}}\hktests-dbg.xml
114
115
- name: Generate CodeCoverage Report (Debug)
116
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments