mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Fix edge case of one test assembly
This commit is contained in:
parent
3608ee03fd
commit
724497a84c
14 changed files with 65 additions and 6 deletions
|
|
@ -1,4 +1,9 @@
|
|||

|
||||
<details><summary>Expand for details</summary>
|
||||
|
||||
|Report|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|VanillaCloudStorageClientTest|67:white_check_mark:||12:warning:|1s|
|
||||
## :white_check_mark: <a id="user-content-r0" href="#r0">VanillaCloudStorageClientTest</a>
|
||||
**79** tests were completed in **1s** with **67** passed, **0** failed and **12** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|
|
@ -133,4 +138,5 @@
|
|||
:white_check_mark: SerializedXmlCanBeReadBack
|
||||
:white_check_mark: SerializedXmlDoesNotContainNullProperties
|
||||
:white_check_mark: SerializedXmlDoesNotContainPlaintextData
|
||||
```
|
||||
```
|
||||
</details>
|
||||
Loading…
Add table
Add a link
Reference in a new issue