Closed cbaker6 closed 1 year ago
Merging #122 (afb0b41) into main (835083e) will increase coverage by
0.14%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #122 +/- ##
==========================================
+ Coverage 91.58% 91.72% +0.14%
==========================================
Files 173 175 +2
Lines 15424 15457 +33
==========================================
+ Hits 14126 14178 +52
+ Misses 1298 1279 -19
Impacted Files | Coverage Δ | |
---|---|---|
Sources/ParseSwift/API/API.swift | 100.00% <100.00%> (+0.58%) |
:arrow_up: |
Sources/ParseSwift/Objects/ParseObject.swift | 91.26% <100.00%> (+0.31%) |
:arrow_up: |
Sources/ParseSwift/Objects/ParseRole.swift | 100.00% <100.00%> (+12.00%) |
:arrow_up: |
Sources/ParseSwift/Parse.swift | 99.06% <100.00%> (+1.86%) |
:arrow_up: |
...s/ParseSwift/Protocols/ParseHookFunctionable.swift | 100.00% <100.00%> (ø) |
|
...es/ParseSwift/Protocols/ParseHookTriggerable.swift | 100.00% <100.00%> (ø) |
|
Sources/ParseSwift/Types/ParseHookFunction.swift | 100.00% <100.00%> (ø) |
|
Sources/ParseSwift/Types/ParseHookTrigger.swift | 100.00% <100.00%> (ø) |
|
...rseSwift/Types/ParseHookTriggerObjectRequest.swift | 100.00% <100.00%> (ø) |
|
...ces/ParseSwift/Types/ParseHookTriggerRequest.swift | 94.11% <100.00%> (+1.26%) |
:arrow_up: |
... and 2 more |
New Pull Request Checklist
Issue Description
ParseHookTrigger
andParseHookFunction
that conform to respective protocolsApproach
triggerName
in favor oftrigger
where applicableTODOs before merging