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 52a8c50 commit e5abfadCopy full SHA for e5abfad
.github/workflows/node.js.yml
@@ -198,7 +198,7 @@ jobs:
198
with:
199
flags: macos-analytics-toolkit-unittests
200
verbose: true
201
- file: ./test-reports/amazonwebservices.aws-toolkit-vscode-report.xml
+ file: ./.test-reports/amazonwebservices.aws-toolkit-vscode-report.xml
202
token: ${{ secrets.CODECOV_TOKEN }}
203
- name: 'Test Analytics (Amazon Q)'
204
env:
@@ -209,7 +209,7 @@ jobs:
209
210
flags: macos-analytics-amazonq-unittests
211
212
- file: ./test-reports/amazonwebservices.amazon-q-vscode-report.xml
+ file: ./.test-reports/amazonwebservices.amazon-q-vscode-report.xml
213
214
215
web:
0 commit comments