Skip to content

Commit fee7d5b

Browse files
committed
unit-test publish to codecov one filename
1 parent ceda5b6 commit fee7d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-on-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: codecov/test-results-action@v1
111111
with:
112112
token: ${{secrets.CODECOV_TOKEN}}
113-
files: ${{env.DEBUG_BUILD_DIR}}\hktests-dbg.xml ${{env.RELEASE_BUILD_DIR}}\hktests-rel.xml
113+
files: ${{env.DEBUG_BUILD_DIR}}\hktests-dbg.xml
114114

115115
- name: Generate CodeCoverage Report (Debug)
116116
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)