No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
70c8d46
... +0 ...
c9147b5
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
1 | + | // |
|
2 | + | // DataService.swift |
|
3 | + | // NatParkSwiftKit |
|
4 | + | // |
|
5 | + | // Created by Eidinger, Marco on 1/18/20. |
|
6 | + | // |
|
1 | 7 | import Foundation |
|
2 | 8 | import Combine |
|
3 | 9 | ||
4 | - | ||
5 | - | ||
6 | 10 | /// Main API class to interact with the National Park Service API |
|
7 | 11 | public class DataService { |
|
8 | 12 |
Files | Coverage |
---|---|
Sources/NatParkSwiftKit | 96.46% |
Project Totals (12 files) | 96.46% |
c9147b5
70c8d46