MarcoEidinger / npsapi-swift
Showing 3 of 5 files from the diff.

@@ -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.
Files Coverage
Sources/NatParkSwiftKit 96.46%
Project Totals (12 files) 96.46%
89.1
default=
TRAVIS_OS_NAME=osx
88.1
default=
TRAVIS_OS_NAME=osx

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading