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 a4c3443 commit 6d610b6Copy full SHA for 6d610b6
.github/workflows/node.js.yml
@@ -189,6 +189,17 @@ jobs:
189
verbose: true
190
file: ./coverage/amazonq/lcov.info
191
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 }}
203
204
web:
205
needs: lint-commits
0 commit comments