mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
Avoid NaN in totalTime
This commit is contained in:
parent
e8917857c2
commit
99678f922b
3 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||

|
||||
## ❌ <a id="user-content-r0" href="#r0">fixtures/external/go/go-junit-report.xml</a>
|
||||
**5** tests were completed in **NaNms** with **2** passed, **2** failed and **1** skipped.
|
||||
**5** tests were completed in **1s** with **2** passed, **2** failed and **1** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[github.com/company/package1](#r0s0)||||0ms|
|
||||
|
|
|
|||
|
|
@ -123,6 +123,6 @@ TestRunResult {
|
|||
"totalTime": 835,
|
||||
},
|
||||
],
|
||||
"totalTime": NaN,
|
||||
"totalTime": undefined,
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue