damien-rivet / JamfKit

A Jamf Classic communication framework written in Swift
MIT License
41 stars 1 forks source link

Implement Package model #44

Closed damien-rivet closed 6 years ago

damien-rivet commented 6 years ago

Implements #27.

codecov[bot] commented 6 years ago

Codecov Report

Merging #44 into develop will increase coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #44      +/-   ##
===========================================
+ Coverage    98.77%   98.91%   +0.13%     
===========================================
  Files           24       26       +2     
  Lines         1063     1193     +130     
===========================================
+ Hits          1050     1180     +130     
  Misses          13       13
Impacted Files Coverage Δ
JAMFKit/Sources/Models/User.swift 100% <ø> (ø) :arrow_up:
...t/Sources/Models/Computer/ComputerPurchasing.swift 91.89% <100%> (ø) :arrow_up:
...Kit/Sources/Models/MobileDevice/MobileDevice.swift 100% <100%> (ø) :arrow_up:
...rces/Models/MobileDevice/MobileDeviceGeneral.swift 95.09% <100%> (ø) :arrow_up:
JAMFKit/Sources/Models/NetbootServer.swift 100% <100%> (ø) :arrow_up:
JAMFKit/Sources/Models/SMTPServer.swift 100% <100%> (ø) :arrow_up:
JamfKit/Sources/Models/Computer/Computer.swift 100% <100%> (ø) :arrow_up:
JAMFKit/Sources/Models/Printer.swift 100% <100%> (ø) :arrow_up:
...ces/Models/Computer/ComputerRemoteManagement.swift 100% <100%> (ø) :arrow_up:
...Kit/Sources/Models/Computer/ComputerLocation.swift 100% <100%> (ø) :arrow_up:
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 140c24a...2856d3e. Read the comment docs.