Skip to content

Commit e5abfad

Browse files
committed
include dot as prefix
1 parent 52a8c50 commit e5abfad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
with:
199199
flags: macos-analytics-toolkit-unittests
200200
verbose: true
201-
file: ./test-reports/amazonwebservices.aws-toolkit-vscode-report.xml
201+
file: ./.test-reports/amazonwebservices.aws-toolkit-vscode-report.xml
202202
token: ${{ secrets.CODECOV_TOKEN }}
203203
- name: 'Test Analytics (Amazon Q)'
204204
env:
@@ -209,7 +209,7 @@ jobs:
209209
with:
210210
flags: macos-analytics-amazonq-unittests
211211
verbose: true
212-
file: ./test-reports/amazonwebservices.amazon-q-vscode-report.xml
212+
file: ./.test-reports/amazonwebservices.amazon-q-vscode-report.xml
213213
token: ${{ secrets.CODECOV_TOKEN }}
214214

215215
web:

0 commit comments

Comments
 (0)