damien-rivet / JamfKit

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

Implement Policy model #51

Closed damien-rivet closed 6 years ago

damien-rivet commented 6 years ago

Implements #6.

Tweaked JSON handling for ComputerRemoteManagement.

codecov[bot] commented 6 years ago

Codecov Report

Merging #51 into develop will increase coverage by 0.07%. The diff coverage is 99.53%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #51      +/-   ##
===========================================
+ Coverage     99.1%   99.18%   +0.07%     
===========================================
  Files           32       44      +12     
  Lines         1455     1833     +378     
===========================================
+ Hits          1442     1818     +376     
- Misses          13       15       +2
Impacted Files Coverage Δ
JamfKit/Sources/Models/ComputerCommand.swift 100% <ø> (ø)
JamfKit/Tests/Models/ComputerCommandTests.swift 100% <ø> (ø)
...ces/Models/Computer/ComputerRemoteManagement.swift 100% <ø> (ø) :arrow_up:
JamfKit/Sources/Models/Script.swift 100% <ø> (ø) :arrow_up:
JamfKit/Tests/Models/Policy/PolicyTests.swift 100% <100%> (ø)
.../Models/Policy/PolicyNetworkLimitationsTests.swift 100% <100%> (ø)
...ls/Policy/PolicyOverrideDefaultSettingsTests.swift 100% <100%> (ø)
...mfKit/Tests/Models/Policy/PolicyGeneralTests.swift 100% <100%> (ø)
...t/Tests/Models/Computer/ComputerGeneralTests.swift 100% <100%> (ø) :arrow_up:
JamfKit/Sources/Models/Policy/Policy.swift 100% <100%> (ø)
... and 22 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 a419dd7...d8ceabf. Read the comment docs.