Skip to content

Commit 6d610b6

Browse files
committed
try adding to node.js file
1 parent a4c3443 commit 6d610b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,17 @@ jobs:
189189
verbose: true
190190
file: ./coverage/amazonq/lcov.info
191191
token: ${{ secrets.CODECOV_TOKEN }}
192+
- name: 'Test Analytics (Toolkit)'
193+
env:
194+
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
195+
NODE_OPTIONS: ''
196+
if: ${{ !cancelled() && github.repository == 'aws/aws-toolkit-vscode' && github.event_name == 'pull_request' && github.base_ref == 'master' }}
197+
uses: codecov/test-results-action@v1
198+
with:
199+
flags: macos-analytics-toolkit-unittests
200+
verbose: true
201+
file: ./coverage/toolkit/test-results.json
202+
token: ${{ secrets.CODECOV_TOKEN }}
192203

193204
web:
194205
needs: lint-commits

0 commit comments

Comments
 (0)