IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

Remove public Jenkinsfile. Add public build status badge #165

Closed ButkiewiczP closed 5 years ago

ButkiewiczP commented 5 years ago

This PR accomplishes the following:

ipbuildserver commented 5 years ago
2 Warnings
:warning: ResultTests.swift#L15 - SwiftWisdomTests/CommonTypes/ResultTests.swift#L15: ‘IPResult’ is deprecated: use Swift.Result instead
private final let successfulResult = IPResult<Int>.success(1)
:warning: ResultTests.swift#L16 - SwiftWisdomTests/CommonTypes/ResultTests.swift#L16: ‘IPResult’ is deprecated: use Swift.Result instead
private final let failureResult = IPResult<Any>.failure(ResultError.error)
1 Message
:book: Executed 174 tests, with 0 failures (0 unexpected) in 0.378 (0.434) seconds

Generated by :no_entry_sign: Danger