[feat]: Add CI workflow to run tests #30
GitHub Actions / iOS 17.2 Test Results
failed
Jan 22, 2024 in 0s
Xcode test results
Testing workspace Networking with scheme Networking
Summary
Total | Passed | Failed | Skipped | Expected Failure | ⏱️ Time |
---|---|---|---|---|---|
30 | 27 | 3 | 0 | 0 | 3.20s |
Test Summary
NetworkingTests
- Device: iPhone 15 Pro, 17.2 (21C62)
- SDK: Simulator - iOS 17.2, 17.2
Test | Total | ||||
---|---|---|---|---|---|
AuthorizationTokenInterceptorTests | 7 | 7 | 0 | 0 | 0 |
EndpointIdentifiableTests | 1 | 1 | 0 | 0 | 0 |
EndpointRequestStorageProcessorTests | 5 | 2 | 3 | 0 | 0 |
ErrorProcessorTests | 6 | 6 | 0 | 0 | 0 |
MockResponseProviderTests | 3 | 3 | 0 | 0 | 0 |
MultipartFormDataEncoderTests | 4 | 4 | 0 | 0 | 0 |
StatusCodeProcessorTests | 4 | 4 | 0 | 0 | 0 |
Failures
NetworkingTests/EndpointRequestStorageProcessorTests/testStoredDataForGetRequestWithErrorResponse()
File | /Users/runner/work/ios-networking/ios-networking/Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift:216 |
Issue Type | Assertion Failure |
Message | XCTAssertTrue failed - File doesn't exist |
NetworkingTests/EndpointRequestStorageProcessorTests/testStoredDataForGetRequestWithImageResponse()
File | /Users/runner/work/ios-networking/ios-networking/Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift:167 |
Issue Type | Assertion Failure |
Message | XCTAssertTrue failed - File doesn't exist |
NetworkingTests/EndpointRequestStorageProcessorTests/testStoredDataForGetRequestWithJSONResponse()
File | /Users/runner/work/ios-networking/ios-networking/Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift:114 |
Issue Type | Assertion Failure |
Message | XCTAssertTrue failed - File doesn't exist |
Code Coverage
Details
Test Details
NetworkingTests
AuthorizationTokenInterceptorTests
⏱️ | ||||
---|---|---|---|---|
7 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
EndpointIdentifiableTests
⏱️ | ||||
---|---|---|---|---|
1 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 1.43s |
testEqualIdentifiers()
|
EndpointRequestStorageProcessorTests
⏱️ | ||||
---|---|---|---|---|
2 (40%) | 3 (60%) | 0 (0%) | 0 (0%) | 1.76s |
testResponseStaysTheSameAfterStoringData()
| |
testStoredDataForGetRequestWithErrorResponse()
| |
testStoredDataForGetRequestWithImageResponse()
| |
testStoredDataForGetRequestWithJSONResponse()
| |
testStoredDataForPostRequest()
|
ErrorProcessorTests
⏱️ | ||||
---|---|---|---|---|
6 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
MockResponseProviderTests
⏱️ | ||||
---|---|---|---|---|
3 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testLoadingData()
| |
testUnableToConstructResponseError()
| |
testUnableToLoadAssetError()
|
MultipartFormDataEncoderTests
⏱️ | ||||
---|---|---|---|---|
4 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
test_encode_encodesDataAsExpected()
| |
test_encode_encodesToFileAsExpected()
| |
test_encode_throwsFileAlreadyExists()
| |
test_encode_throwsInvalidFileUrl()
|
StatusCodeProcessorTests
⏱️ | ||||
---|---|---|---|---|
4 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testEmptyAcceptableStatuses()
| |
testNotHttpsURLResponse()
| |
testUnacceptableStatus1()
| |
testUnacceptableStatus2()
|
Annotations
Check failure on line 216 in Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift
github-actions / iOS 17.2 Test Results
Assertion Failure
XCTAssertTrue failed - File doesn't exist
Check failure on line 167 in Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift
github-actions / iOS 17.2 Test Results
Assertion Failure
XCTAssertTrue failed - File doesn't exist
Check failure on line 114 in Tests/NetworkingTests/EndpointRequestStorageProcessorTests.swift
github-actions / iOS 17.2 Test Results
Assertion Failure
XCTAssertTrue failed - File doesn't exist
Loading