Add One Double Zero as coverage provider #14194
Annotations
8 errors and 2 warnings
run tests:
e2e/__tests__/dependencyClash.test.ts#L83
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/dependencyClash.test.ts:83:20)
|
run tests:
e2e/__tests__/coverageProviderODZ.test.ts#L23
expect(received).toMatchSnapshot()
Snapshot name: `prints coverage with missing sourcemaps 1`
- Snapshot - 1
+ Received + 0
@@ -6,7 +6,6 @@
----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
Thing.js | 100 | 100 | 100 | 100 |
- x.css | 0 | 0 | 0 | 0 |
----------|---------|----------|---------|---------|-------------------
at Object.toMatchSnapshot (e2e/__tests__/coverageProviderODZ.test.ts:23:18)
|
run tests:
e2e/__tests__/coverageProviderODZ.test.ts#L48
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/coverageProviderODZ.test.ts:48:20)
|
run tests:
e2e/__tests__/coverageProviderODZ.test.ts#L23
expect(received).toMatchSnapshot()
Snapshot name: `prints coverage with missing sourcemaps 1`
- Snapshot - 1
+ Received + 0
@@ -6,7 +6,6 @@
----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
Thing.js | 100 | 100 | 100 | 100 |
- x.css | 0 | 0 | 0 | 0 |
----------|---------|----------|---------|---------|-------------------
at Object.toMatchSnapshot (e2e/__tests__/coverageProviderODZ.test.ts:23:18)
|
run tests:
e2e/__tests__/coverageProviderODZ.test.ts#L23
expect(received).toMatchSnapshot()
Snapshot name: `prints coverage with missing sourcemaps 1`
- Snapshot - 1
+ Received + 0
@@ -6,7 +6,6 @@
----------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
Thing.js | 100 | 100 | 100 | 100 |
- x.css | 0 | 0 | 0 | 0 |
----------|---------|----------|---------|---------|-------------------
at Object.toMatchSnapshot (e2e/__tests__/coverageProviderODZ.test.ts:23:18)
|
run tests:
e2e/__tests__/coverageReport.test.ts#L180
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at Object.toBe (e2e/__tests__/coverageReport.test.ts:180:20)
|
run tests:
e2e/__tests__/coverageReport.test.ts#L179
expect(received).toMatchSnapshot()
Snapshot name: `collects coverage from duplicate files avoiding shared cache 1`
- Snapshot - 9
+ Received + 0
- ---------------|---------|----------|---------|---------|-------------------
- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
- ---------------|---------|----------|---------|---------|-------------------
- All files | 100 | 100 | 100 | 100 |
- a | 100 | 100 | 100 | 100 |
- identical.js | 100 | 100 | 100 | 100 |
- b | 100 | 100 | 100 | 100 |
- identical.js | 100 | 100 | 100 | 100 |
- ---------------|---------|----------|---------|---------|-------------------
at Object.toMatchSnapshot (e2e/__tests__/coverageReport.test.ts:179:18)
|
run tests
Final attempt failed. Child_process exited with error code 1
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading