MarcoEidinger / npsapi-swift

Compare 70c8d46 ... +0 ... c9147b5

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

Learn more about Codecov Flags here.


@@ -1,6 +1,6 @@
Loading
1 1
//
2 2
//  UnitDesignation.swift
3 -
//  npsapi-swift
3 +
//  NatParkSwiftKit
4 4
//
5 5
//  Created by Eidinger, Marco on 1/23/20.
6 6
//

@@ -1,8 +1,12 @@
Loading
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

@@ -1,5 +1,5 @@
Loading
1 1
//
2 -
//  File.swift
2 +
//  Park.swift
3 3
//
4 4
//
5 5
//  Created by Eidinger, Marco on 1/16/20.

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
Sources/NatParkSwiftKit 96.46%
Project Totals (12 files) 96.46%
Loading