Add logic to send analytics data #593
v-next-ci.yml
on: pull_request
List packages
3s
Check dependency versions
8s
Check that the npm scripts are consistent
9s
Matrix: ci
Matrix: lint
Annotations
2 errors
should get the analyticsClientId from the file because it already exists:
v-next/hardhat/test/internal/cli/telemetry/analytics/utils.ts#L66
AssertionError: Expected values to be strictly equal
- Expected
+ Received
- test-client-id
+ 345b5a6f-0154-4986-beb3-6d537173e75e
at TestContext.<anonymous> (test/internal/cli/telemetry/analytics/utils.ts:66:14)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '345b5a6f-0154-4986-beb3-6d537173e75e',
expected: 'test-client-id',
operator: 'strictEqual'
}
|
[hardhat] ci on macos-latest (Node 22)
Process completed with exit code 1.
|