Skip to content

Commit fa8bd5c

Browse files
committed
switch codecov back to auto
1 parent 0ce560c commit fa8bd5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage:
66
status:
77
patch:
88
default:
9-
target: 83
9+
target: auto
1010
changes: false
1111
project:
1212
default:

Tests/ParseSwiftTests/ParseLiveQueryTests.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,8 @@ class ParseLiveQueryTests: XCTestCase {
16721672
guard let isSubscribed = try? client.isSubscribed(query),
16731673
let isPending = try? client.isPendingSubscription(query) else {
16741674
XCTFail("Shound unwrap")
1675+
expectation1.fulfill()
1676+
expectation2.fulfill()
16751677
return
16761678
}
16771679
XCTAssertTrue(isSubscribed)
@@ -1685,6 +1687,8 @@ class ParseLiveQueryTests: XCTestCase {
16851687
installationId: "naw")
16861688
guard let encoded = try? ParseCoding.jsonEncoder().encode(response) else {
16871689
XCTFail("Should encode")
1690+
expectation1.fulfill()
1691+
expectation2.fulfill()
16881692
return
16891693
}
16901694
client.received(encoded)
@@ -1754,6 +1758,8 @@ class ParseLiveQueryTests: XCTestCase {
17541758
installationId: "naw")
17551759
guard let encoded = try? ParseCoding.jsonEncoder().encode(response) else {
17561760
XCTFail("Should have encoded")
1761+
expectation1.fulfill()
1762+
expectation2.fulfill()
17571763
return
17581764
}
17591765
client.received(encoded)

0 commit comments

Comments
 (0)